Add additional .text subfield mappings

This commit is contained in:
Wes Lambert
2022-02-25 16:27:37 +00:00
parent be80f0530c
commit 61dadc6249
7 changed files with 224 additions and 52 deletions
@@ -13,8 +13,7 @@
"additional_eventdata": {
"fields": {
"text": {
"norms": false,
"type": "text"
"type": "match_only_text"
}
},
"ignore_above": 1024,
@@ -228,8 +227,7 @@
"request_parameters": {
"fields": {
"text": {
"norms": false,
"type": "text"
"type": "match_only_text"
}
},
"ignore_above": 1024,
@@ -269,8 +267,7 @@
"response_elements": {
"fields": {
"text": {
"norms": false,
"type": "text"
"type": "match_only_text"
}
},
"ignore_above": 1024,
@@ -279,8 +276,7 @@
"service_event_details": {
"fields": {
"text": {
"norms": false,
"type": "text"
"type": "match_only_text"
}
},
"ignore_above": 1024,
@@ -406,7 +402,12 @@
"properties": {
"message": {
"norms": false,
"type": "text"
"type": "text",
"fields": {
"text": {
"type": "match_only_text"
}
}
}
}
},