Send single server logs to multiple Graylog

Hi
Is this possible to send a single server log to multiple Graylog servers at the same time?
My Current Requirement: In my organization, we have 2 Graylog clusters for different logs. There is an application server and I want to send the logs of this application server to both the Graylog at the same time. Can we do this using sidecar or collector?

Graylog Version: 3.1.2
Elasticsearch Version: 6.8

A quick response will be appreciated.
Thanks

This is possible when we use collector for one Graylog and sidecar for other Graylog. But is there any configuration that we can do in sidecar/collector-sidecar to send logs to multiple Graylog at the same time using single sidecar configuration?

You can also use output, to send logs from one graylog to another:
https://docs.graylog.org/en/3.3/pages/getting_started/explore.html#outputs

Why not create second sidecar configuration with different filebeat/winlogbeat host:

output.logstash:
   hosts: ["172.28.128.4:5044"]

And asign to filebeat host…
This way you will have 2 filebeat/winlogbeat running on the same host, one sending logs to one graylog server and another one to second one…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.