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

9 lines
No EOL
141 B
JSON

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