summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/logging
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/logging')
-rw-r--r--pkgs/misc/logging/beats/5.x.nix8
-rw-r--r--pkgs/misc/logging/beats/6.x.nix8
2 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/misc/logging/beats/5.x.nix b/pkgs/misc/logging/beats/5.x.nix
index 94d5449100db..e92613025ff9 100644
--- a/pkgs/misc/logging/beats/5.x.nix
+++ b/pkgs/misc/logging/beats/5.x.nix
@@ -23,10 +23,10 @@ let beat = package : extraArgs : buildGoPackage (rec {
};
} // extraArgs);
in {
- filebeat = beat "filebeat" {meta.description = "Lightweight shipper for logfiles";};
- heartbeat = beat "heartbeat" {meta.description = "Lightweight shipper for uptime monitoring";};
- metricbeat = beat "metricbeat" {meta.description = "Lightweight shipper for metrics";};
- packetbeat = beat "packetbeat" {
+ filebeat5 = beat "filebeat" {meta.description = "Lightweight shipper for logfiles";};
+ heartbeat5 = beat "heartbeat" {meta.description = "Lightweight shipper for uptime monitoring";};
+ metricbeat5 = beat "metricbeat" {meta.description = "Lightweight shipper for metrics";};
+ packetbeat5 = beat "packetbeat" {
buildInputs = [ libpcap ];
meta.description = "Network packet analyzer that ships data to Elasticsearch";
meta.longDescription = ''
diff --git a/pkgs/misc/logging/beats/6.x.nix b/pkgs/misc/logging/beats/6.x.nix
index 111bc449d888..59d7379e06c0 100644
--- a/pkgs/misc/logging/beats/6.x.nix
+++ b/pkgs/misc/logging/beats/6.x.nix
@@ -23,10 +23,10 @@ let beat = package : extraArgs : buildGoPackage (rec {
};
} // extraArgs);
in {
- filebeat = beat "filebeat" {meta.description = "Lightweight shipper for logfiles";};
- heartbeat = beat "heartbeat" {meta.description = "Lightweight shipper for uptime monitoring";};
- metricbeat = beat "metricbeat" {meta.description = "Lightweight shipper for metrics";};
- packetbeat = beat "packetbeat" {
+ filebeat6 = beat "filebeat" {meta.description = "Lightweight shipper for logfiles";};
+ heartbeat6 = beat "heartbeat" {meta.description = "Lightweight shipper for uptime monitoring";};
+ metricbeat6 = beat "metricbeat" {meta.description = "Lightweight shipper for metrics";};
+ packetbeat6 = beat "packetbeat" {
buildInputs = [ libpcap ];
meta.description = "Network packet analyzer that ships data to Elasticsearch";
meta.longDescription = ''