mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 19:52:51 +01:00
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
# Author: Justin Henderson
|
|
# SANS Instructor and author of SANS SEC555: SIEM and Tactical Analytics
|
|
# Email: justin@hasecuritysolutions.com
|
|
# Last Update: 12/11/2017
|
|
|
|
input {
|
|
beats {
|
|
port => "5044"
|
|
ssl => true
|
|
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
|
|
ssl_certificate => "/usr/share/logstash/filebeat.crt"
|
|
ssl_key => "/usr/share/logstash/filebeat.key"
|
|
tags => [ "beat" ]
|
|
}
|
|
} |