summaryrefslogtreecommitdiffstats
path: root/nixos/tests/elk.nix
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-09-06 14:06:36 +0100
committeradisbladis <adisbladis@gmail.com>2019-09-06 14:22:14 +0100
commit0cce8856b2009d919f9372bcd2fce3019ff525d3 (patch)
tree289fa7594d74ca540d58e1a3fe60562b96fd4567 /nixos/tests/elk.nix
parent16429eb2c0f304043c762fc2c37e98271a5f240d (diff)
elk-5: Remove tests
These packages are EOL and are about to be removed
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 95371ef44436..7837fbd28335 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 {