I have multiple indexes in my elasticsearch instance and i need to perform some deleting operations over indexes themselves.
For example i have the following indexes:
And i would like to delete all foo-201* matching indexes.
I would like to run something like:
DELETE foo-201*
Yes, it's possible to use wildcards. Check the delete documentation and how to compile multi index request for more details:
Path parameters
(Request, string) Comma-separated list or wildcard expression of indices to delete.
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.