elk7Version: 7.5.1 -> 7.11.1

This commit is contained in:
Andrew Childs
2021-11-03 11:27:03 +01:00
committed by Robert Hensing
parent 8cafc54845
commit 6661e9b5f6
+1 -1
View File
@@ -4863,7 +4863,7 @@ with pkgs;
# The latest version used by elasticsearch, logstash, kibana and the the beats from elastic.
# When updating make sure to update all plugins or they will break!
elk6Version = "6.8.3";
elk7Version = "7.10.2";
elk7Version = "7.11.1";
elasticsearch6 = callPackage ../servers/search/elasticsearch/6.x.nix {
util-linux = util-linuxMinimal;