Hi Team,
I'm trying to change the System Indices template which is generating on a daily basis. As mentioned in the elastic blocks, already am using the below-mentioned common template.
curl -XPUT "http://localhost:9200/_template/template2" -H 'Content-Type: application/json' -d' {
"index_patterns" : ["*"],
"settings": {
"index.number_of_shards": 2,
"index.number_of_replicas": 0
}
}'
But, It's not working for the below-listed system indices.
.ml-anomalies-custom
.ml-anomalies-custom-store_appication
.monitoring-es-6-2018.09.16
.monitoring-logstash-6-2018.09.17
.ml-state
Could someone please help me to fix this.
Thanks in advance.