From dcb01353b3041e067958f3bdde85635730475ee3 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Wed, 29 Apr 2020 15:23:50 +0200 Subject: nixos/tests/elk.nix: fix issue in the elasticsearch-curator The elasticsearch-curator was not deleting indices because the indices had ILM policies associated with them. This is now fixed by configuring the elasticsearch-curator with `allow_ilm_indices: true`. Also see: https://github.com/elastic/curator/issues/1490 --- nixos/tests/elk.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/tests/elk.nix') diff --git a/nixos/tests/elk.nix b/nixos/tests/elk.nix index d3dc6dde1359..7e87197ed9f3 100644 --- a/nixos/tests/elk.nix +++ b/nixos/tests/elk.nix @@ -101,6 +101,7 @@ let prefixed indices. Ignore the error if the filter does not result in an actionable list of indices (ignore_empty_list) and exit cleanly. options: + allow_ilm_indices: true ignore_empty_list: True disable_action: False filters: -- cgit v1.2.3