fuel-plugin-elasticsearch-k.../deployment_scripts/puppet/modules/lma_logging_analytics/templates/es_template_kibana.json.erb

8 lines
164 B
Plaintext

{
"settings": {
"number_of_shards": <%= @number_of_shards %>,
"auto_expand_replicas": "0-all"
},
"template": "<%= @index_prefix %>-*"
}