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:
parent
0162890ce0
commit
dcb01353b3
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user