logstash icon indicating copy to clipboard operation
logstash copied to clipboard

Bugfix: Example configuration have wrong syntax for ssl-ca path. Ther…

Open pettersolberg88 opened this issue 7 years ago • 5 comments

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

pettersolberg88 avatar Jul 02 '18 13:07 pettersolberg88

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?

elasticmachine avatar Jul 02 '18 13:07 elasticmachine

jenkins test this please

yaauie avatar Jul 05 '18 20:07 yaauie

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./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • backport-8.x is the label to automatically backport to the 8.x branch.

mergify[bot] avatar Mar 05 '25 20:03 mergify[bot]

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.

mergify[bot] avatar Mar 05 '25 20:03 mergify[bot]

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

mergify[bot] avatar Mar 05 '25 20:03 mergify[bot]