Helix changes and Wazuh

This commit is contained in:
Mike Reeves
2019-12-09 16:27:03 -05:00
parent 8342dc1447
commit 4c4cdb7189
3 changed files with 5 additions and 11 deletions

View File

@@ -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

View File

@@ -14,6 +14,7 @@ base:
- ssl - ssl
- common - common
- firewall - firewall
- idstools
- pcap - pcap
- suricata - suricata
- bro - bro

View File

@@ -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