Hi everyone! I'm new here and relatively new in ES usage (I've been using it since v5.x).
The last days I've come along the following issue:
I want to make a fresh install of ES on the three VMs of my cluster, and for that I deleted the following dirs:
/elasticsearch_0/data
/elasticsearch_0/log
/elasticsearch_1/data
/elasticsearch_1/log
/elasticsearch_2/data
/elasticsearch_2/log
Then, I deleted all installation files, unzipped it again and restarted my cluster.
When I $ curl http://<node>:9200/_cat/indices I get the following answer:
red open .security-6 t7GWpZYGTROvIVeyRmmF2A 1 1
red open events 3kjZqpKpQFezGC2EClGEUg 5 1 0 0 1kb 522b
red open .kibana_task_manager sd3MhsOzTz6rlDxpDMXK8w 1 1
red open metrics pvUAl-YIR1WRVmmpL2zpmA 5 1 0 0 1kb 522b
red open .kibana_1 hnL2EriETpCugzmLVuvS4w 1 1
It seems that events and metrics indices were created again!
Why is this happening? Do I have to delete any other directory to do a fresh install?