I’m trying to forward the collected data of the “All messages” stream to another graylog instance.
To do so I created a GELF TCP Output (port: 12201, hostname: remotre-graylog-server.domain.com) and set the “All messeges” stream to output data to it.
On the remote graylog server I then have a GELF TCP input listening on port 12201 but I don’t seem to be receiving any messages from the first graylog server.
Is this the correct way to forward data from one graylog server to another?