Skip to content

Instantly share code, notes, and snippets.

@evaristorivi
Created May 20, 2019 07:11
Show Gist options
  • Save evaristorivi/5a8faa43266cdbcdc646f1a81e04d949 to your computer and use it in GitHub Desktop.
Save evaristorivi/5a8faa43266cdbcdc646f1a81e04d949 to your computer and use it in GitHub Desktop.
input-logstash
input {
beats {
type => "squid"
port => 5044
ssl => true
ssl_certificate_authorities => ["/etc/metricbeat/MyRootCA.pem"]
ssl_certificate => "/etc/metricbeat/odfe-node1.pem"
ssl_key => "/etc/metricbeat/odfe-node1.key"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment