Shards on K8s elastic cluster

Continuing the discussion from Shards on Kubernets:

I updated default template on kibana and my issue fixed

===

PUT _template/default
{
"index_patterns": ["*"],
"order": -1,
"settings": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.