summary refs log tree commit diff
path: root/nixos/modules/services/logging
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-09-06 14:02:56 +0100
committeradisbladis <adisbladis@gmail.com>2019-09-06 14:22:15 +0100
commit4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba (patch)
treeeee93bfaec742e7de3b0e06d975e79d3f3b0c677 /nixos/modules/services/logging
parent1b64fd7f53bd655651b5c1ad881f5392b1b49073 (diff)
downloadnixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.tar
nixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.tar.gz
nixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.tar.bz2
nixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.tar.lz
nixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.tar.xz
nixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.tar.zst
nixpkgs-4e30b30a6540e7d8a324b6d5a172520ff5f6f2ba.zip
logstash5: Remove EOL package
Diffstat (limited to 'nixos/modules/services/logging')
-rw-r--r--nixos/modules/services/logging/logstash.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/logging/logstash.nix b/nixos/modules/services/logging/logstash.nix
index 9b707e9deb5..4943e8d7db3 100644
--- a/nixos/modules/services/logging/logstash.nix
+++ b/nixos/modules/services/logging/logstash.nix
@@ -53,7 +53,7 @@ in
         type = types.package;
         default = pkgs.logstash;
         defaultText = "pkgs.logstash";
-        example = literalExample "pkgs.logstash5";
+        example = literalExample "pkgs.logstash";
         description = "Logstash package to use.";
       };