Created
May 12, 2019 18:56
-
-
Save evaristorivi/07ec9b1f1c2c9e670ff076abdca42db8 to your computer and use it in GitHub Desktop.
beats.yml output
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
# Optional protocol and basic auth credentials. | |
protocol: "https" | |
username: "admin" | |
password: "admin" | |
# Optional SSL. By default is off. | |
# List of root certificates for HTTPS server verifications | |
ssl.certificate_authorities: ["/etc/metricbeat/MyRootCA.pem"] | |
# Certificate for SSL client authentication | |
ssl.certificate: "/etc/metricbeat/odfe-node1.pem" | |
# Client Certificate Key | |
ssl.key: "/etc/metricbeat/odfe-node1.key" | |
ssl.verification_mode: "none" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment