mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add src/dst objects and Bro template
This commit is contained in:
3619
salt/logstash/pipelines/templates/so/logstash-bro-template.json
Normal file
3619
salt/logstash/pipelines/templates/so/logstash-bro-template.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -738,6 +738,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"destination":{
|
||||
"type":"object",
|
||||
"dynamic": true
|
||||
},
|
||||
"destination_city":{
|
||||
"type":"text",
|
||||
"fields":{
|
||||
@@ -2946,6 +2950,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"source":{
|
||||
"type":"object",
|
||||
"dynamic": true
|
||||
},
|
||||
"source_geo.city_name":{
|
||||
"type":"text",
|
||||
"fields":{
|
||||
|
||||
Reference in New Issue
Block a user