From 0a8f9dfc138a9ff23ed1cc9a73a3c280febcc54e Mon Sep 17 00:00:00 2001 From: vasile luta Date: Mon, 6 Jan 2020 15:20:14 +0200 Subject: [PATCH] elk7Version: 7.3.1 -> 7.5.1 --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 07b82aed4c4..3085803976b 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -3017,7 +3017,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;