summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/logging
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-03 11:45:06 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-03 12:06:58 +0100
commitd50253237e015bd93c5e777cf5b4b4c886f91bf7 (patch)
tree35addef90a130c9c801d887ac4bd42e6496bc3f8 /pkgs/misc/logging
parentc3055ab3ce6eeed037d0a396432cc90748d734b5 (diff)
beats: upgrade default from v5 to v6
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 = ''