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,6 +7,7 @@
"mappings": { "mappings": {
"properties": { "properties": {
"destination": { "destination": {
"properties": {
"ip": { "ip": {
"type": "ip", "type": "ip",
"fields": { "fields": {
@@ -27,4 +28,5 @@
} }
} }
} }
}
} }