mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Helix changes and Wazuh
This commit is contained in:
@@ -7,12 +7,5 @@
|
|||||||
# /usr/share/logstash/pipeline.custom/1234_input_custom.conf
|
# /usr/share/logstash/pipeline.custom/1234_input_custom.conf
|
||||||
##
|
##
|
||||||
# All of the defaults are loaded.
|
# All of the defaults are loaded.
|
||||||
/usr/share/logstash/pipeline.so/0000_input_syslogng.conf
|
|
||||||
/usr/share/logstash/pipeline.so/0001_input_json.conf
|
|
||||||
/usr/share/logstash/pipeline.so/0002_input_windows_json.conf
|
|
||||||
/usr/share/logstash/pipeline.so/0003_input_syslog.conf
|
|
||||||
/usr/share/logstash/pipeline.so/0005_input_suricata.conf
|
|
||||||
#/usr/share/logstash/pipeline.dynamic/0006_input_beats.conf
|
|
||||||
/usr/share/logstash/pipeline.dynamic/0010_input_hhbeats.conf
|
/usr/share/logstash/pipeline.dynamic/0010_input_hhbeats.conf
|
||||||
/usr/share/logstash/pipeline.so/0007_input_import.conf
|
/usr/share/logstash/pipeline.dynamic/9997_output_helix.conf
|
||||||
/usr/share/logstash/pipeline.dynamic/9999_output_redis.conf
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ base:
|
|||||||
- ssl
|
- ssl
|
||||||
- common
|
- common
|
||||||
- firewall
|
- firewall
|
||||||
|
- idstools
|
||||||
- pcap
|
- pcap
|
||||||
- suricata
|
- suricata
|
||||||
- bro
|
- bro
|
||||||
|
|||||||
@@ -64,13 +64,13 @@ wazuhagentregister:
|
|||||||
|
|
||||||
so-wazuhimage:
|
so-wazuhimage:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.0
|
- name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-wazuh:HH1.1.3
|
||||||
|
|
||||||
so-wazuh:
|
so-wazuh:
|
||||||
docker_container.running:
|
docker_container.running:
|
||||||
- require:
|
- require:
|
||||||
- so-wazuhimage
|
- so-wazuhimage
|
||||||
- image: docker.io/soshybridhunter/so-wazuh:HH1.1.0
|
- image: docker.io/soshybridhunter/so-wazuh:HH1.1.3
|
||||||
- hostname: {{HOSTNAME}}-wazuh-manager
|
- hostname: {{HOSTNAME}}-wazuh-manager
|
||||||
- name: so-wazuh
|
- name: so-wazuh
|
||||||
- detach: True
|
- detach: True
|
||||||
|
|||||||
Reference in New Issue
Block a user