In my logstash I have configured logstash.yml with below:
http.host: "0.0.0.0"
http.port: 9000
And it is working fine [Api Webserver] agent - Successfully started Logstash API endpoint {:port=>9000}
Is there a way we can set ssl to true and set ssl_certificate_authorities, ssl_certificate, ssl_key, ssl_key_passphrase etc., so that we can run Logstash API endpoint in https like below?
https://localhost:9000/?pretty