-
Notifications
You must be signed in to change notification settings - Fork 88
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
Comments
The ability to do some simple management options like "Delete" is sorely missing from this plugin. |
@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 |
@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. |
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? |
I would love this feature too, it's really missing and make it hard to migrate from es to open distro. |
Correct. The Lifecycle buttons have actions you can take on an index. You
can certainly do this via the API, but having a UI to do some simple
management cleanup is convenient, especially when you might have tasks that
you want to distribute to users who might not have access to the API or you
don’t want them too.
…On Wed, Jun 23, 2021 at 6:48 AM zeevgg ***@***.***> wrote:
I would love this feature too, it's really missing and make it hard to
migrate from es to open distro.
@dswitzer <https://github.com/dswitzer> is referring to this section in
es:
[image: Screenshot 2021-06-23 134631]
<https://user-images.githubusercontent.com/42205609/123084100-6fd66000-d429-11eb-98db-50422f2eb972.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<opensearch-project/index-management-dashboards-plugin#154>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAG33EOFF6C2CV5YF6VLGF3TUG3WXANCNFSM457WUGBQ>
.
|
Signed-off-by: Drew Baugher <[email protected]>
We are working on a new feature to add those index operations(delete, create, update, reindex, etc) to ISM plugin page |
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/ |
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. |
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.
The text was updated successfully, but these errors were encountered: