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,6 +65,7 @@
{ {
"port": { "port": {
"path_match": "*.port", "path_match": "*.port",
"path_unmatch": "*.data.port",
"mapping": { "mapping": {
"type": "integer", "type": "integer",
"fields" : { "fields" : {