Add process.name.keyword

This commit is contained in:
weslambert
2022-03-08 12:42:34 -05:00
committed by GitHub
parent d9c3160fbf
commit 406267a892

View File

@@ -60,6 +60,19 @@
}, },
"type": "wildcard" "type": "wildcard"
}, },
"name": {
"fields": {
"keyword": {
"type": "keyword"
},
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
}
},
"ignore_above": 1024,
"type": "keyword"
},
"pid": { "pid": {
"type": "long", "type": "long",
"fields": { "fields": {