Created
May 20, 2019 07:11
-
-
Save evaristorivi/5a8faa43266cdbcdc646f1a81e04d949 to your computer and use it in GitHub Desktop.
input-logstash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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