Add src/dst objects and Bro template

This commit is contained in:
Wes Lambert
2020-03-02 20:02:39 +00:00
parent 880c5abe6b
commit bbebc4fc9b
2 changed files with 3627 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -738,6 +738,10 @@
} }
} }
}, },
"destination":{
"type":"object",
"dynamic": true
},
"destination_city":{ "destination_city":{
"type":"text", "type":"text",
"fields":{ "fields":{
@@ -2946,6 +2950,10 @@
} }
} }
}, },
"source":{
"type":"object",
"dynamic": true
},
"source_geo.city_name":{ "source_geo.city_name":{
"type":"text", "type":"text",
"fields":{ "fields":{