mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Correct indentation in filebeat.yaml
This commit is contained in:
0
salt/common/tools/sbin/so-import-pcap
Normal file → Executable file
0
salt/common/tools/sbin/so-import-pcap
Normal file → Executable file
@@ -127,11 +127,11 @@ filebeat.inputs:
|
|||||||
category: network
|
category: network
|
||||||
imported: true
|
imported: true
|
||||||
processors:
|
processors:
|
||||||
- dissect:
|
- dissect:
|
||||||
tokenizer: "/nsm/import/%{import_id}/zeek/logs/%{import_source}"
|
tokenizer: "/nsm/import/%{import_id}/zeek/logs/%{import_source}"
|
||||||
field: "source"
|
field: "source"
|
||||||
target_prefix: ""
|
target_prefix: ""
|
||||||
- drop_fields:
|
- drop_fields:
|
||||||
fields: ["source", "prospector", "input", "offset", "beat"]
|
fields: ["source", "prospector", "input", "offset", "beat"]
|
||||||
|
|
||||||
fields_under_root: true
|
fields_under_root: true
|
||||||
|
|||||||
Reference in New Issue
Block a user