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

Reindex operation in Index State Management #11325

Open
dzanto opened this issue Nov 24, 2023 · 0 comments
Open

Reindex operation in Index State Management #11325

dzanto opened this issue Nov 24, 2023 · 0 comments
Labels
enhancement Enhancement or improvement to existing feature or request Indexing Indexing, Bulk Indexing and anything related to indexing

Comments

@dzanto
Copy link

dzanto commented Nov 24, 2023

Hello.
I want to schedule a removing fields in old indexes, for reducing size.
Usually it's doing by reindexing with filter or script, for example:

POST _reindex
{
   "source": {
      "index": "journal-dev-000326",
      "_source": {
         "excludes": ["payloadData","metaData"]
      }
   },
   "dest": {
      "index": "reindex-journal-dev-000326"
   }
}

and then remove source index.

Adding this feature to ISM would make the process easier and automatic.

@dzanto dzanto added enhancement Enhancement or improvement to existing feature or request untriaged labels Nov 24, 2023
@vikasvb90 vikasvb90 added Indexing Indexing, Bulk Indexing and anything related to indexing and removed untriaged labels Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Indexing Indexing, Bulk Indexing and anything related to indexing
Projects
None yet
Development

No branches or pull requests

2 participants