Hi!

we do not have documentation for that yet. It will eventually show up
here: http://docs.graylog.org/en/1.1/pages/collector.html

For now, just follow the following instructions:

* Create a GELF TCP input with "Enable TLS" checked in your Graylog server.
  If you do not provide TLS cert and key files, a self-signed
  certificate will be generated.
* Configure the GELF output in the collector config to enable TLS. See
  config snipped below.

    outputs {
      gelf-tcp {
        type = "gelf"
        host = "127.0.0.1"
        port = 12201
        client-tls = true
        client-tls-verify-cert = false
      }
    }

  If you added your own certificate to the GELF TCP input, you might
  want to enable "client-tls-verify-cert" and maybe also use the
  "client-tls-cert-chain-file" option to add a cert chain file which
  contains your own certificate.

I hope this helps!

As said, this will eventually be documented on our documentation page.

Regards,
        Bernd

Josep Maria Comas Serrano [Fri, Jun 05, 2015 at 03:24:56AM -0700] wrote:
>Hi, about collector, is there any how-to guide or similar about how to 
>configure collector+graylog to use TLS/SSL encryption? 
>
>Best,
>
>JM
>
>-- 
>You received this message because you are subscribed to the Google Groups 
>"graylog2" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to [email protected].
>For more options, visit https://groups.google.com/d/optout.


-- 
Developer

Tel.: +49 (0)40 609 452 077
Fax.: +49 (0)40 609 452 078

TORCH GmbH - A Graylog company
Steckelhörn 11
20457 Hamburg
Germany

Commercial Reg. (Registergericht): Amtsgericht Hamburg, HRB 125175
Geschäftsführer: Lennart Koopmann (CEO)

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to