Skip to content

Include support for using custom path to cacerts #37

@woodtechie1428

Description

@woodtechie1428

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' 
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions