Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more options to index management -> indices screen #154

Closed
adityaj1107 opened this issue Jun 3, 2021 · 9 comments
Closed

Add more options to index management -> indices screen #154

adityaj1107 opened this issue Jun 3, 2021 · 9 comments
Labels
enhancement New feature or request

Comments

@adityaj1107
Copy link

Issue by ict-one-nl
Sunday Dec 27, 2020 at 12:14 GMT
Originally opened as opendistro-for-elasticsearch/index-management#365


Is your feature request related to a problem? Please describe.
Deleting an index, updating it's settings, etc. would be nice to have here like Kibana from ElasticSearch itself.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
REST API is fine but a graphical interface would be nice as well.

Additional context
Add any other context or screenshots about the feature request here.

@adityaj1107 adityaj1107 added the enhancement New feature or request label Jun 3, 2021
@dswitzer
Copy link

The ability to do some simple management options like "Delete" is sorely missing from this plugin.

@thalurur
Copy link
Contributor

@dswitzer you can create a policy with a delete action and attach it any index to automate delete of indices based on conditions - https://docs-beta.opensearch.org/docs/im/ism/policies/#delete

@dswitzer
Copy link

@thalurur Thanks for the suggestion, but it's not really want I'm wanting. We've got a multi tenant application and occasionally we may need to manually perform actions (e.g. deleting an index) for an inactive tenant. This is not something we can trigger based on policies alone. The X Pack version of the Index Management has support for the types of actions we need. I'd just love to see this rolled into the Open Distro plugin to avoid having to build the functionality manually.

@thalurur
Copy link
Contributor

Apologies, but I am trying to understand a little better about what the ask is - I am assuming by manual action one would trigger DELETE action and it deletes the index, but then its same as DELETE API provided in the core library right? is there a difference between the two that I am not seeing?

@ZeevGerstner
Copy link

I would love this feature too, it's really missing and make it hard to migrate from es to open distro.
@dswitzer is referring to this section in es:
Screenshot 2021-06-23 134631

@dswitzer
Copy link

dswitzer commented Jun 23, 2021 via email

thalurur referenced this issue in thalurur/open-index-management Oct 22, 2021
Signed-off-by: Drew Baugher <[email protected]>
@bowenlan-amzn bowenlan-amzn transferred this issue from opensearch-project/index-management Feb 28, 2022
@xluo-aws
Copy link
Member

We are working on a new feature to add those index operations(delete, create, update, reindex, etc) to ISM plugin page

@xluo-aws
Copy link
Member

xluo-aws commented Apr 20, 2023

In release 2.5 and 2.6, we have released features to index management plugin UI to allow user create index, update index setting, add index mapping, open/close/delete/split/shrink/reindex. create/update alias/templates/data stream, etc. Here is a blog post https://opensearch.org/blog/admin-panels-for-index-operations/

@xluo-aws
Copy link
Member

We plan to add index flush, refresh and clear cache in 2.8. If there is any other common index operations you want us to add on the UI, please leave a comment here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants