-
Notifications
You must be signed in to change notification settings - Fork 45
[RFC] Index Management #1
Comments
Something similar to Graylogs Index Management would be great. http://docs.graylog.org/en/3.0/pages/configuration/index_model.html |
Kibana 6.6 has a similiar feature - https://www.elastic.co/guide/en/kibana/current/creating-index-lifecycle-policies.html I think the RFC covers off quite a bit of the functionality of this and what is offered by curator. As for additional things there may be some settings you may want to do;
|
How about creating a Kibana Plugin for Curator? Something were we can define rules/actions to take for an index pattern based on intervals or cron. I'm currently using Curator running in a Docker container to manage my indexes. Source: https://github.com/deviantony/docker-elk/tree/master/extensions/curator |
@gabrielcalderon thanks for the feedback. This project aims to address many similar use cases, but rather than running as a separate agent, it would be built into Elasticsearch. We plan to support |
@elfisher The actions/conditions state in the RFC pretty much cover the conditions I currently use with curator. The only thing I didn't see was a condition based on name or is that cover by a different field? |
@gabrielcalderon I'd like to dig into the use case a bit more. Our thinking was you could apply these policies to index templates or individual indexes. Then they would run for whichever indexes they are assigned to. Are you thinking of something more? Thanks! |
I got feedback from a conversation today to add remote reindex as supported operation to move indexes to another cluster. To add to your list for consideration. |
@dbbaughe, @CarlMeadows feedback is interesting. We could potentially support remote reindex as an action. |
I think this looks very promising. |
Closing this as ISM has already released. Any new feature requests should go into their own github issues. |
The purpose of this issue is to capture feedback and comments regarding the project's request for comments.
The text was updated successfully, but these errors were encountered: