Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include support for using custom path to cacerts #37

Open
woodtechie1428 opened this issue Nov 10, 2021 · 0 comments
Open

Include support for using custom path to cacerts #37

woodtechie1428 opened this issue Nov 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@woodtechie1428
Copy link

Enhancement request to include support for adding a custom path to the cacerts used by the plugin. This would be helpful in scenarios where the logstash server's access to the internet is via proxy that does SSL inspection.

For reference, this can be similar to how elasticsearch output plugin achieves the same functionality.

output {
  elasticsearch {
    ...
    ssl => true
    cacert => '/path/to/cert.pem' 
  }
}
@yogilad yogilad added the enhancement New feature or request label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants