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"
}
}