Update ECS mappings to include .security

This commit is contained in:
Wes Lambert
2022-03-02 14:27:36 +00:00
parent aae2fd1fbb
commit 496b161253

View File

@@ -12,10 +12,11 @@
"ignore_above": 1024,
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
},
"keyword": {
"keyword": {
"type": "keyword"
}
}