Hey
I have a kibana and elasticsearch installed on the same server, meaning only one data node, without the need for any replicas.
I successfully changed all the index templates to:
"index.number_of_replicas": "0"
But i still gettind a yellow health status on the Cluster Overview because of missing replicas.
And the only indices that trying to make replicas are:
.internal.preview.alerts-security.alerts-default
And only when im changing the indices settings itself, the Health Status turning to green again, antil the next rollover of the indices.
So, my question is how to change the number of replicas of the indices .internal.preview.alerts-security.alerts-default?
Thanks for the help