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": { "message": {
"type": "match_only_text", "type": "match_only_text",
"fields": { "fields": {
"text": { "security": {
"type": "match_only_text" "type": "text",
"analyzer": "es_security_analyzer"
}, },
"keyword": { "keyword": {
"type": "keyword" "type": "keyword"
@@ -21,10 +22,11 @@
"ignore_above": 1024, "ignore_above": 1024,
"type": "keyword", "type": "keyword",
"fields": { "fields": {
"text": { "security": {
"type": "match_only_text" "type": "text",
"analyzer": "es_security_analyzer"
}, },
"keyword": { "keyword": {
"type": "keyword" "type": "keyword"
} }
} }