зеркало из https://github.com/mozilla/MozDef.git
Adding mandatory fields to mapping.
This commit is contained in:
Родитель
ce5895045d
Коммит
6bec1e7c01
|
@ -76,6 +76,36 @@
|
|||
}
|
||||
} ],
|
||||
"properties" : {
|
||||
"category" : {
|
||||
"type" : "string",
|
||||
"index" : "not_analyzed",
|
||||
"doc_values" : true
|
||||
},
|
||||
"hostname" : {
|
||||
"type" : "string",
|
||||
"index" : "not_analyzed",
|
||||
"doc_values" : true
|
||||
},
|
||||
"processid" : {
|
||||
"type" : "string",
|
||||
"index" : "not_analyzed",
|
||||
"doc_values" : true
|
||||
},
|
||||
"processname": {
|
||||
"type" : "string",
|
||||
"index" : "not_analyzed",
|
||||
"doc_values": true
|
||||
},
|
||||
"severity" : {
|
||||
"type" : "string",
|
||||
"index" : "not_analyzed",
|
||||
"doc_values" : true
|
||||
},
|
||||
"source" : {
|
||||
"type" : "string",
|
||||
"index" : "not_analyzed",
|
||||
"doc_values" : true
|
||||
},
|
||||
"summary" : {
|
||||
"type" : "string"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче