diff --git a/salt/filebeat/etc/filebeat.yml b/salt/filebeat/etc/filebeat.yml index b6aa218ef..c680d61c1 100644 --- a/salt/filebeat/etc/filebeat.yml +++ b/salt/filebeat/etc/filebeat.yml @@ -261,6 +261,7 @@ output.{{ type }}: output.elasticsearch: enabled: true hosts: ["https://{{ MANAGER }}:9200"] + ssl.certificate_authorities: ["/usr/share/filebeat/intraca.crt"] pipelines: - pipeline: "%{[module]}.%{[dataset]}" indices: diff --git a/setup/automation/distributed-iso-sensor b/setup/automation/distributed-iso-sensor index 5df368336..955019bd8 100644 --- a/setup/automation/distributed-iso-sensor +++ b/setup/automation/distributed-iso-sensor @@ -50,7 +50,7 @@ MNIC=eth0 # MSEARCH= MSRV=distributed-manager MSRVIP=10.66.166.42 -# MTU= +MTU=1500 # NIDS=Suricata # NODE_ES_HEAP_SIZE= # NODE_LS_HEAP_SIZE= @@ -71,8 +71,10 @@ PATCHSCHEDULENAME=auto SOREMOTEPASS1=onionuser SOREMOTEPASS2=onionuser # STRELKA=1 +SURIPINS=(2 3) # THEHIVE=1 # WAZUH=1 # WEBUSER=onionuser@somewhere.invalid # WEBPASSWD1=0n10nus3r # WEBPASSWD2=0n10nus3r +ZEEKPINS=(0 1) diff --git a/setup/automation/distributed-net-ubuntu-suricata-sensor b/setup/automation/distributed-net-ubuntu-suricata-sensor index 6aa32c03d..5540e4211 100644 --- a/setup/automation/distributed-net-ubuntu-suricata-sensor +++ b/setup/automation/distributed-net-ubuntu-suricata-sensor @@ -50,7 +50,7 @@ MNIC=ens18 # MSEARCH= MSRV=distributed-manager MSRVIP=10.66.166.66 -# MTU= +MTU=1500 # NIDS=Suricata # NODE_ES_HEAP_SIZE= # NODE_LS_HEAP_SIZE= @@ -71,8 +71,10 @@ PATCHSCHEDULENAME=auto SOREMOTEPASS1=onionuser SOREMOTEPASS2=onionuser # STRELKA=1 +SURIPINS=(2 3) # THEHIVE=1 # WAZUH=1 # WEBUSER=onionuser@somewhere.invalid # WEBPASSWD1=0n10nus3r # WEBPASSWD2=0n10nus3r +ZEEKPINS=(0 1)