mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Suricata Module - Modify default meta data collection
This commit is contained in:
@@ -54,12 +54,12 @@ vars:
|
|||||||
## Step 2: select the rules to enable or disable
|
## Step 2: select the rules to enable or disable
|
||||||
##
|
##
|
||||||
|
|
||||||
default-rule-path: /usr/local/etc/suricata/rules
|
default-rule-path: /etc/suricata/rules
|
||||||
rule-files:
|
rule-files:
|
||||||
- all.rules
|
- all.rules
|
||||||
|
|
||||||
classification-file: /usr/local/etc/suricata/classification.config
|
classification-file: /etc/suricata/classification.config
|
||||||
reference-config-file: /usr/local/etc/suricata/reference.config
|
reference-config-file: /etc/suricata/reference.config
|
||||||
# threshold-file: /usr/local/etc/suricata/threshold.config
|
# threshold-file: /usr/local/etc/suricata/threshold.config
|
||||||
|
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ reference-config-file: /usr/local/etc/suricata/reference.config
|
|||||||
# The default logging directory. Any log or output file will be
|
# The default logging directory. Any log or output file will be
|
||||||
# placed here if its not specified with a full path name. This can be
|
# placed here if its not specified with a full path name. This can be
|
||||||
# overridden with the -l command line parameter.
|
# overridden with the -l command line parameter.
|
||||||
default-log-dir: /usr/local/var/log/suricata/
|
default-log-dir: /var/log/suricata/
|
||||||
|
|
||||||
# global stats configuration
|
# global stats configuration
|
||||||
stats:
|
stats:
|
||||||
@@ -123,8 +123,8 @@ outputs:
|
|||||||
# http-body: yes # enable dumping of http body in Base64
|
# http-body: yes # enable dumping of http body in Base64
|
||||||
# http-body-printable: yes # enable dumping of http body in printable format
|
# http-body-printable: yes # enable dumping of http body in printable format
|
||||||
metadata:
|
metadata:
|
||||||
app-layer: true
|
app-layer: false
|
||||||
flow: true
|
flow: false
|
||||||
rule:
|
rule:
|
||||||
metadata: true
|
metadata: true
|
||||||
raw: true
|
raw: true
|
||||||
|
|||||||
Reference in New Issue
Block a user