ansible-role-elasticsearch/files/templates-6.x/basic.json

11 lines
157 B
JSON
Raw Normal View History

2015-11-26 10:20:58 +00:00
{
"template" : "te*",
"settings" : {
"number_of_shards" : 1
},
"mappings" : {
"type1" : {
"_source" : { "enabled" : false }
}
}
}