Merge pull request #77073 from plumelo/auto-update/elasticsearch

elk stack: 7.3.1 -> 7.5.1
This commit is contained in:
Jaka Hudoklin
2020-01-09 09:48:24 +00:00
committed by GitHub
6 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -3021,7 +3021,7 @@ in
# 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.3.1";
elk7Version = "7.5.1";
elasticsearch6 = callPackage ../servers/search/elasticsearch/6.x.nix {
utillinux = utillinuxMinimal;