Hi Skip,

you can configure the GELF client to enable TLS in general and client-side 
TLS validation using the GelfConfiguration class.

See the following methods for details:


   - 
   
https://static.javadoc.io/org.graylog2/gelfclient/1.3.1/org/graylog2/gelfclient/GelfConfiguration.html#enableTls--
   - 
   
https://static.javadoc.io/org.graylog2/gelfclient/1.3.1/org/graylog2/gelfclient/GelfConfiguration.html#enableTlsCertVerification--
   - 
   
https://static.javadoc.io/org.graylog2/gelfclient/1.3.1/org/graylog2/gelfclient/GelfConfiguration.html#tlsTrustCertChainFile-java.io.File-
   

Cheers,
Jochen

On Thursday, 31 March 2016 22:00:35 UTC+2, Skip Cole wrote:
>
> Hi,
>
> I'm trying to enable TLS communication with a Graylog Input. 
>
> We have a custom piece of software that runs on the machines we are 
> auditing (clients) which sends log entries to the Graylog input. Real 
> straightforward:
>
> GelfTransport transport = GelfTransports.create(config);
> transport.send(gelfMessage);
>
>
> I am looking for how I set the clients up to use TLS. I believe it is in 
> the GelfConfiguration, but if anyone can point me to some documentation, or 
> pointers, on how to do that, it will be greatly appreciated.
>
> Thanks,
> Skip
>
>
>
>

-- 
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/c107cd3e-a0f7-44b5-b4b1-f56831158921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to