How to configure filebeat SSL with collector sidecar?

http://docs.graylog.org/en/2.4/pages/collector_sidecar.html#certificate-based-client-authentication

does state it in principle: Make a CA known to both the Input and the Client Output configuration. But how to accomplish the latter? My Input is configured with SSL enabled and an appropriate CA signed server certificate and key. A (different) non-sidecar filebeat client can use this configuration nicely with

output:
  logstash:
    ssl.certificate_authorities:
    - /etc/ssl/certs/ca-certificates.crt

in filebeat.yml. But how do I get this setting into a filebeat client managed by sidecar?

But how do I get this setting into a filebeat client managed by sidecar?

you have the option for that in the sidecar output configuration in the Graylog UI.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.