Ensure correct formatting for destination override

This commit is contained in:
weslambert
2022-02-25 19:14:21 -05:00
committed by GitHub
parent 74037e6f00
commit a511fd33e9

View File

@@ -7,19 +7,21 @@
"mappings": { "mappings": {
"properties": { "properties": {
"destination": { "destination": {
"ip": { "properties": {
"type": "ip", "ip": {
"fields": { "type": "ip",
"keyword": { "fields": {
"type": "keyword" "keyword": {
"type": "keyword"
}
} }
} },
}, "port": {
"port": { "type": "long",
"type": "long", "fields": {
"fields": { "keyword": {
"keyword": { "type": "keyword"
"type": "keyword" }
} }
} }
} }