Adding mandatory fields to mapping.

This commit is contained in:
Phrozyn 2017-11-21 17:44:38 -06:00
Родитель ce5895045d
Коммит 6bec1e7c01
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DBCDDDC9CF758282
1 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@ -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"
},