mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #115 from defensivedepth/logstash-tweaks
Logstash tweaks
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#/usr/share/logstash/pipeline.so/0002_input_windows_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/0003_input_syslog.conf
|
||||||
#/usr/share/logstash/pipeline.so/0005_input_suricata.conf
|
#/usr/share/logstash/pipeline.so/0005_input_suricata.conf
|
||||||
#/usr/share/logstash/pipeline.dynamic/0006_input_beats.conf
|
/usr/share/logstash/pipeline.dynamic/0006_input_beats.conf
|
||||||
/usr/share/logstash/pipeline.so/0007_input_import.conf
|
/usr/share/logstash/pipeline.so/0007_input_import.conf
|
||||||
/usr/share/logstash/pipeline.dynamic/0010_input_hhbeats.conf
|
/usr/share/logstash/pipeline.dynamic/0010_input_hhbeats.conf
|
||||||
#/usr/share/logstash/pipeline.so/1000_preprocess_log_elapsed.conf
|
#/usr/share/logstash/pipeline.so/1000_preprocess_log_elapsed.conf
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
input {
|
input {
|
||||||
beats {
|
beats {
|
||||||
port => "5044"
|
port => "5044"
|
||||||
ssl => true
|
ssl => false
|
||||||
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
|
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
|
||||||
ssl_certificate => "/usr/share/logstash/filebeat.crt"
|
ssl_certificate => "/usr/share/logstash/filebeat.crt"
|
||||||
ssl_key => "/usr/share/logstash/filebeat.key"
|
ssl_key => "/usr/share/logstash/filebeat.key"
|
||||||
|
|||||||
Reference in New Issue
Block a user