Files
securityonion/salt/logstash/pipelines/config/so/0011_input_endgame.conf
2021-10-25 13:15:20 -04:00

15 lines
401 B
Plaintext

input {
http {
id => "endgame_data"
port => 3765
codec => es_bulk
request_headers_target_field => client_headers
remote_host_target_field => client_host
ssl => true
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
ssl_certificate => "/usr/share/logstash/filebeat.crt"
ssl_key => "/usr/share/logstash/filebeat.key"
ssl_verify_mode => "peer"
}
}