Hi All,
I have just attempted to set up filebeat and winlogbeat to see how they 
perform but ran into a bit of an issue with using winlogbeat and TLS 
connections.

The config file generated look (in part) like this for an output defined in 
collectors with "Enable TLS support" and "Insecure TLS connection" both 
enabled and none of the cert/key/ca fields filled in

output:
  logstash:
    hosts:
    - graylog.example.com:5044
    tls:
      certificate_authorities:
      - ""
      insecure: true

The same settings on a filebeat input generate the following config snippet 
(and this works quite happily)

output:
  logstash:
    hosts:
    - graylog.exampe.com:5044
    tls:
      insecure: true

The winlogbeat config will not work (configtest throws an error until I 
manually remove the certificate_authorities line) 

At this point I'm reverting back to using nxlog for the windows logs but 
would be keen to revisit this once it's fixed.

Cheers,
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/a99d3296-2e87-4771-b390-a257d19e9f17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to