summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorJaka Hudoklin <offlinehacker@users.noreply.github.com>2020-01-09 09:48:24 +0000
committerGitHub <noreply@github.com>2020-01-09 09:48:24 +0000
commit139daee49438d1a8660c556eda7e070071867c04 (patch)
treed1171dca4fb6d6caa1fc0b59ed060539ecfbb8b8 /pkgs/top-level/all-packages.nix
parentbda5f7964b09f14b302a57c8876609e94af5b1fe (diff)
parent0e122f5c8ec311d0de25d0d1c8b008844d6bc9f3 (diff)
downloadnixpkgs-139daee49438d1a8660c556eda7e070071867c04.tar
nixpkgs-139daee49438d1a8660c556eda7e070071867c04.tar.gz
nixpkgs-139daee49438d1a8660c556eda7e070071867c04.tar.bz2
nixpkgs-139daee49438d1a8660c556eda7e070071867c04.tar.lz
nixpkgs-139daee49438d1a8660c556eda7e070071867c04.tar.xz
nixpkgs-139daee49438d1a8660c556eda7e070071867c04.tar.zst
nixpkgs-139daee49438d1a8660c556eda7e070071867c04.zip
Merge pull request #77073 from plumelo/auto-update/elasticsearch
elk stack: 7.3.1 -> 7.5.1
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 906617b9218..7b8f3c91dc0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;