Bugfix: Example configuration have wrong syntax for ssl-ca path. Ther…
The example configuration is wrong for ssl-ca path. It shall be an string instead of an array.
As documented from elastic: https://www.elastic.co/guide/en/logstash/6.3/configuring-logstash.html#monitoring-ssl-settings https://www.elastic.co/guide/en/logstash/6.3/configuring-centralized-pipelines.html#configuration-management-settings
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually?
jenkins test this please
This pull request does not have a backport label. Could you fix it @pettersolberg88? 🙏 To fixup this pull request, you need to add the backport labels for the needed branches, such as:
backport-8./dis the label to automatically backport to the8./dbranch./dis the digit.backport-8.xis the label to automatically backport to the8.xbranch.
backport-8.x has been added to help with the transition to the new branch 8.x.
If you don't need it please use backport-skip label.
This pull request is now in conflicts. Could you fix it @pettersolberg88? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
git fetch upstream
git checkout -b master upstream/master
git merge upstream/main
git push upstream master