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
This commit is contained in:
Bas van Dijk 2020-04-29 15:23:50 +02:00
parent 0162890ce0
commit dcb01353b3

View file

@ -101,6 +101,7 @@ let
prefixed indices. Ignore the error if the filter does not result in an prefixed indices. Ignore the error if the filter does not result in an
actionable list of indices (ignore_empty_list) and exit cleanly. actionable list of indices (ignore_empty_list) and exit cleanly.
options: options:
allow_ilm_indices: true
ignore_empty_list: True ignore_empty_list: True
disable_action: False disable_action: False
filters: filters: