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": {
"properties": {
"destination": {
"ip": {
"type": "ip",
"fields": {
"keyword": {
"type": "keyword"
"properties": {
"ip": {
"type": "ip",
"fields": {
"keyword": {
"type": "keyword"
}
}
}
},
"port": {
"type": "long",
"fields": {
"keyword": {
"type": "keyword"
},
"port": {
"type": "long",
"fields": {
"keyword": {
"type": "keyword"
}
}
}
}