Closed manojverma-net closed 3 years ago
@atomita @cosmo0920 - please provide your valuable input on this.
We won't plan to support it.
We can specify it with number_of_shards
on Elasticsearch index templates:
{
"template" : "your-awesome-indices-*",
"settings" : {
"number_of_shards" : 1
}
}
ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-template.html ref: https://github.com/uken/fluent-plugin-elasticsearch#index-templates
Question
Is there any property or something which I can use to setup index shard like no of shard for index.
Expected Behavior or What you need to ask