Code: Select all
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]Code: Select all
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]Code: Select all
--- curator.py~ 2015-07-20 17:21:21.300099384 -0400
+++ curator.py 2015-07-20 17:21:52.605118057 -0400
@@ -220,7 +220,7 @@
def get_indices(client, prefix='logstash-', exclude_pattern=None):
"""Return a sorted list of indices matching prefix"""
- _indices = sorted(client.indices.get_settings(index=prefix+'*', params={'expand_wildcards': 'closed'}).keys())
+ _indices = sorted(client.indices.get_settings(index=prefix+'*', params={'expand_wildcards': 'open,closed'}).keys())
if exclude_pattern:
pattern = re.compile(exclude_pattern)
return list(filter(lambda x: not pattern.search(x), _indices))Code: Select all
pip uninstall elasticsearch-curatorCode: Select all
./fullinstall