Skip to content

Instantly share code, notes, and snippets.

@evaristorivi
Created May 12, 2019 18:56
Show Gist options
  • Save evaristorivi/07ec9b1f1c2c9e670ff076abdca42db8 to your computer and use it in GitHub Desktop.
Save evaristorivi/07ec9b1f1c2c9e670ff076abdca42db8 to your computer and use it in GitHub Desktop.
beats.yml output
# 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