Logo

What are you looking for?

TCP Logstash export configuration

Log export

TCP Logstash export configuration

Guide for TCP Logstash log export

Last updated on 09 Jan, 2026

1) Allow our outgoing IPs

You can find the outgoing IPs for OGO log export in My Profile > Log Export.

If you have protocol filtering in place, make sure to whitelist them with the export port defined in your OGO configuration.

 

2) Mutual TLS

You can download our certification authority in My Profile > Log Export > Logstash.

Image

Place this certification authority on your Logstash server.

Then, adapt your configuration as below:

input {  tcp {    ...    ssl_certificate_authorities => ["/path/ogo-logexport-ca.pem"]  }}
Did you find this article helpful?
Previous

Microsoft Sentinel v2 export configuration

Next