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

11 lines
No EOL
157 B
JSON

{
"template" : "te*",
"settings" : {
"number_of_shards" : 1
},
"mappings" : {
"type1" : {
"_source" : { "enabled" : false }
}
}
}