558a6c5674
To allow admins to better control their Elasticsearch usage, we want to display all aliases that are currently being used by Searchlight. This will allow the observant admin to detect any orphaned indices within Elasticsearch and deal with them appropriately. Change-Id: I990f442ea079985615306917bc8a1d59900bbd20 Implements: blueprint Orphaned ES Aliases
11 lines
370 B
YAML
11 lines
370 B
YAML
---
|
|
prelude: >
|
|
Add support to searchlight-manage for displaying
|
|
with Elasticsearch indices/aliases are currently
|
|
being used by Searchlight.
|
|
features:
|
|
- Add support to searchlight-manage for displaying
|
|
with Elasticsearch indices/aliases are currently
|
|
being used by Searchlight. The indices/aliases
|
|
are based on the specified configuration file.
|