зеркало из https://github.com/mozilla/MozDef.git
24 строки
536 B
JSON
24 строки
536 B
JSON
|
{
|
||
|
"template" : "*",
|
||
|
"mappings" : {
|
||
|
"_default_" : {
|
||
|
"dynamic_templates" : [
|
||
|
{
|
||
|
"string_fields" : {
|
||
|
"mapping" : {
|
||
|
"index" : "not_analyzed",
|
||
|
"type" : "string",
|
||
|
"doc_values": true
|
||
|
},
|
||
|
"match_mapping_type" : "string",
|
||
|
"match" : "*"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"_all" : {
|
||
|
"enabled" : true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|