mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Logstash Module - Wes Mods
This commit is contained in:
@@ -81,4 +81,4 @@
|
||||
/usr/share/logstash/pipeline.so/8505_postprocess_freq_analysis_bro_x509.conf
|
||||
/usr/share/logstash/pipeline.so/8998_postprocess_log_elapsed.conf
|
||||
/usr/share/logstash/pipeline.so/8999_postprocess_rename_type.conf
|
||||
/usr/share/logstash/pipeline.dynamic/9999_output_redis.conf
|
||||
/usr/share/logstash/pipeline.dynamic/9999_output_redis.conf
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Reference /usr/share/logstash/pipeline.custom/templates/YOURTEMPLATE.json
|
||||
#
|
||||
@@ -63,6 +63,20 @@ lscustdir:
|
||||
- group: 939
|
||||
- makedirs: True
|
||||
|
||||
lscustparserdir:
|
||||
file.directory:
|
||||
- name: /opt/so/conf/logstash/custom/parsers
|
||||
- user: 931
|
||||
- group: 939
|
||||
- makedirs: True
|
||||
|
||||
lscusttemplatedir:
|
||||
file.directory:
|
||||
- name: /opt/so/conf/logstash/custom/templates
|
||||
- user: 931
|
||||
- group: 939
|
||||
- makedirs: True
|
||||
|
||||
# Copy down all the configs including custom - TODO add watch restart
|
||||
lssync:
|
||||
file.recurse:
|
||||
@@ -145,3 +159,5 @@ so-logstash:
|
||||
- /nsm/bro:/nsm/bro:ro
|
||||
- /opt/so/log/suricata:/suricata:ro
|
||||
{%- endif %}
|
||||
- watch:
|
||||
- file: /opt/so/conf/logstash
|
||||
|
||||
Reference in New Issue
Block a user