mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
final logstash tweaks
This commit is contained in:
@@ -167,7 +167,7 @@ so-logstash:
|
|||||||
- /etc/pki/filebeat.crt:/usr/share/logstash/filebeat.crt:ro
|
- /etc/pki/filebeat.crt:/usr/share/logstash/filebeat.crt:ro
|
||||||
- /etc/pki/filebeat.p8:/usr/share/logstash/filebeat.key:ro
|
- /etc/pki/filebeat.p8:/usr/share/logstash/filebeat.key:ro
|
||||||
- /etc/pki/ca.crt:/usr/share/filebeat/ca.crt:ro
|
- /etc/pki/ca.crt:/usr/share/filebeat/ca.crt:ro
|
||||||
- /etc/pki/ca.crt:/etc/ssl/certs/ca.crt:ro
|
- /etc/ssl/certs/intca.crt:/etc/ssl/certs/ca.crt:ro
|
||||||
{%- if grains['role'] == 'so-eval' %}
|
{%- if grains['role'] == 'so-eval' %}
|
||||||
- /nsm/zeek:/nsm/zeek:ro
|
- /nsm/zeek:/nsm/zeek:ro
|
||||||
- /nsm/suricata:/suricata:ro
|
- /nsm/suricata:/suricata:ro
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ input {
|
|||||||
endpoint => "https://{{ MANAGER }}:9595"
|
endpoint => "https://{{ MANAGER }}:9595"
|
||||||
bucket => "logstash"
|
bucket => "logstash"
|
||||||
delete => true
|
delete => true
|
||||||
interval => 10
|
interval => 5
|
||||||
codec => json
|
codec => json
|
||||||
additional_settings => {
|
additional_settings => {
|
||||||
"force_path_style" => true
|
"force_path_style" => true
|
||||||
|
|||||||
Reference in New Issue
Block a user