mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
15 lines
401 B
Plaintext
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"
|
|
}
|
|
}
|