Hi,
I have a setup of ELK 7.10v .
I want to know is there a way to configure elasticsearch not to automatically create indexes.
I tried adding this to my "elasticsearch.yml"
action.auto_create_index: 0
also tried with false value.
action.auto_create_index: false
After giving this parameters in elasticsearch.yml, the elasticsearch was not getting started.
Kindly help,
Tahseen