Add ignore above for message keyword field

This commit is contained in:
Wes Lambert
2021-05-05 12:07:30 +00:00
parent d4e8ea8e72
commit a1a79719fc

View File

@@ -320,7 +320,8 @@
"type":"text", "type":"text",
"fields":{ "fields":{
"keyword":{ "keyword":{
"type":"keyword" "type":"keyword",
"ignore_above": 32766
} }
} }
}, },