You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to send the metric toolkit information to our ELK cluster, the problem that we are facing is our elk cluster is behind a load balancer and the only way to send the information is using an ssl certificate, I have reviewed the documentation and I only see that it refers to the use of username and password, would there be a way to indicate that use the certificate while sending the data to elk.
For reference, our setup in logstash to send info to our ELK cluster is:
output.elasticsearch:
hosts: ["elasticsearch:9200"]
protocol: "https"
username: "user"
password: "passsword"
ssl.certificate_authorities: ["/certificapath/cert.crt"]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We want to send the metric toolkit information to our ELK cluster, the problem that we are facing is our elk cluster is behind a load balancer and the only way to send the information is using an ssl certificate, I have reviewed the documentation and I only see that it refers to the use of username and password, would there be a way to indicate that use the certificate while sending the data to elk.
For reference, our setup in logstash to send info to our ELK cluster is:
output.elasticsearch:
hosts: ["elasticsearch:9200"]
protocol: "https"
username: "user"
password: "passsword"
ssl.certificate_authorities: ["/certificapath/cert.crt"]
Hope can help me.
Reynaldo.
Beta Was this translation helpful? Give feedback.
All reactions