mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-17 14:33:11 +01:00
upadte ingest config
This commit is contained in:
12
salt/elasticsearch/files/ingest/zeek.smb_mapping
Normal file
12
salt/elasticsearch/files/ingest/zeek.smb_mapping
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description" : "zeek.smb_files",
|
||||
"processors" : [
|
||||
{ "remove": { "field": ["host"], "ignore_failure": true } },
|
||||
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
|
||||
{ "rename": { "field": "message2.path", "target_field": "smb.path", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.service", "target_field": "smb.service", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.native_file_system", "target_field": "smb.file_system", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.share_type", "target_field": "smb.share_type", "ignore_missing": true } },
|
||||
{ "pipeline": { "name": "zeek.common" } }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user