Add path_unmatch for data.port so it is not mapped as integer

This commit is contained in:
Wes Lambert
2021-07-14 13:45:09 +00:00
parent 323b5d6694
commit 723172bc1f

View File

@@ -65,7 +65,8 @@
{ {
"port": { "port": {
"path_match": "*.port", "path_match": "*.port",
"mapping": { "path_unmatch": "*.data.port",
"mapping": {
"type": "integer", "type": "integer",
"fields" : { "fields" : {
"keyword" : { "keyword" : {