MozDef/cron/defaultMappingTemplate.json

24 строки
536 B
JSON
Исходник Обычный вид История

2017-06-15 22:56:47 +03:00
{
"template" : "*",
"mappings" : {
"_default_" : {
"dynamic_templates" : [
{
"string_fields" : {
"mapping" : {
"index" : "not_analyzed",
"type" : "string",
"doc_values": true
},
"match_mapping_type" : "string",
"match" : "*"
}
}
],
"_all" : {
"enabled" : true
}
}
}
}