Ensure correct formatting for source override

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

View File

@@ -7,23 +7,25 @@
"mappings": { "mappings": {
"properties": { "properties": {
"source": { "source": {
"ip": { "properties": {
"type": "ip", "ip": {
"fields": { "type": "ip",
"keyword": { "fields": {
"type": "keyword" "keyword": {
} "type": "keyword"
} }
}, }
"port": { },
"type": "long", "port": {
"fields": { "type": "long",
"keyword": { "fields": {
"type": "keyword" "keyword": {
"type": "keyword"
}
} }
} }
} }
} }
} }
} }
} }