logstash-plugins/logstash-output-http

http_output keystore_password is required if keystore is specified

Opened this issue · 0 comments

Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.

For all general issues, please provide the following details for fast resolution:

  • Version: 7.6 (Docker image docker.elastic.co/logstash/logstash:7.6.2)
  • Operating System: Linux

Also described here: elastic/logstash#11110

If a keystore is specified in the http_output configuration then the keystore_password must also be specified otherwise a nilclass error occurs (described in the URL above). Ideally the code should default to a value of "changeit". However until then, it would be beneficial to add to the documentation a note about the keystore_password value being required is keystore is specified.