summary refs log tree commit diff
path: root/nixos/tests/elk.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-06 16:55:11 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-06 16:55:11 +0200
commitf9237f315264a0ccb8b50ff4fa6ff456239e4dc1 (patch)
tree4c7212dd0f5244a3f09b8dcd5abca15737cffedf /nixos/tests/elk.nix
parentcdf426488b5dc3a7c051d7ad1c90c07dc0c3a89f (diff)
parent4a1189e0abdbe26e34fc05555cf49c25583dfe3d (diff)
downloadnixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.tar
nixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.tar.gz
nixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.tar.bz2
nixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.tar.lz
nixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.tar.xz
nixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.tar.zst
nixpkgs-f9237f315264a0ccb8b50ff4fa6ff456239e4dc1.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'nixos/tests/elk.nix')
-rw-r--r--nixos/tests/elk.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix
index e423f295a08..b33d98b85d6 100644
--- a/nixos/tests/elk.nix
+++ b/nixos/tests/elk.nix
@@ -178,12 +178,6 @@ let
     '';
   };
 in mapAttrs mkElkTest {
-  ELK-5 = {
-    elasticsearch = pkgs.elasticsearch5;
-    logstash      = pkgs.logstash5;
-    kibana        = pkgs.kibana5;
-    journalbeat   = pkgs.journalbeat5;
-  };
   ELK-6 =
     if enableUnfree
     then {