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