Hello everyone
I want to delete specific indices on filebeat
I have 2 questions
- What is the command to delete specific indices
- How can i see my indices
thanks
Hello everyone
I want to delete specific indices on filebeat
I have 2 questions
To list all indices, go to the Dev Tools console in Kibana and run:
GET /_cat/indices
To delete an index, use the DELETE INDEX API. For example:
DELETE filebeat-7.0.0-2019.04.02
Related docs:
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.