summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-04-03 13:07:11 +0100
committerajs124 <git@ajs124.de>2022-04-03 16:14:59 +0100
commit63828897eb7680347f66fcc218f0d44677d8338b (patch)
tree5020bbc4c05814149622a1630e5b01e5f41b93db
parent672ea43d0ed3c71d4a3f90a4bfaa179b4364548e (diff)
downloadnixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.tar
nixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.tar.gz
nixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.tar.bz2
nixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.tar.lz
nixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.tar.xz
nixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.tar.zst
nixpkgs-63828897eb7680347f66fcc218f0d44677d8338b.zip
packetbeat: remove after being marked broken for over two years
It was marked in commit 5aa4b19 by Linus Heckemann on 2019-10-07 (commited on 2019-10-08)
-rw-r--r--pkgs/misc/logging/beats/6.x.nix14
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/misc/logging/beats/6.x.nix b/pkgs/misc/logging/beats/6.x.nix
index f5e31924791..bdef9dd2139 100644
--- a/pkgs/misc/logging/beats/6.x.nix
+++ b/pkgs/misc/logging/beats/6.x.nix
@@ -41,20 +41,6 @@ in rec {
         elk = nixosTests.elk.ELK-6;
       };
   };
-  packetbeat6 = beat "packetbeat" {
-    buildInputs = [ libpcap ];
-    meta.broken = true;
-    meta.description = "Network packet analyzer that ships data to Elasticsearch";
-    meta.longDescription = ''
-      Packetbeat is an open source network packet analyzer that ships the
-      data to Elasticsearch.
-
-      Think of it like a distributed real-time Wireshark with a lot more
-      analytics features. The Packetbeat shippers sniff the traffic between
-      your application processes, parse on the fly protocols like HTTP, MySQL,
-      PostgreSQL, Redis or Thrift and correlate the messages into transactions.
-    '';
-  };
   journalbeat6  = beat "journalbeat" {
     meta.description = ''
       Journalbeat is an open source data collector to read and forward
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9874e79db08..8f38585c041 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -2294,7 +2294,6 @@ with pkgs;
     filebeat6
     heartbeat6
     metricbeat6
-    packetbeat6
     journalbeat6;
 
   inherit (callPackages ../misc/logging/beats/7.x.nix { })
@@ -2306,7 +2305,6 @@ with pkgs;
   filebeat = filebeat6;
   heartbeat = heartbeat6;
   metricbeat = metricbeat6;
-  packetbeat = packetbeat6;
   journalbeat = journalbeat6;
 
   bfr = callPackage ../tools/misc/bfr { };