Update base mappings to include .security

This commit is contained in:
Wes Lambert
2022-03-02 14:25:57 +00:00
parent d89af5f04f
commit 0b45cf7ae1

View File

@@ -9,8 +9,9 @@
"message": {
"type": "match_only_text",
"fields": {
"text": {
"type": "match_only_text"
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
},
"keyword": {
"type": "keyword"
@@ -21,10 +22,11 @@
"ignore_above": 1024,
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
"security": {
"type": "text",
"analyzer": "es_security_analyzer"
},
"keyword": {
"keyword": {
"type": "keyword"
}
}