Need help shipping stdout and stderr logs of docker container to different Elasticsearch/kibana

Hi,
I need to separate stdout and stderr streams from my docker container app and ship them to different elasticsearch/kibana hosts. Is it possible?
With beats+elasticsearch+kibana, i was not able to get it working. Ref: Sending stdout and stderr to different elasticsearch hosts and kibana - #2 by warkolm
Is it possible to filter out with logstash to send to two different elasticseach hosts based on condition.
Is this following configuration possible
Machine1: application , filebeat, logstash (as containers)
Machine2: kibana, elasticsearch (containers)
Machine 3: kibana, elasticseach (containers)
I am a beginner here. Would appreciate any help.
Thanks

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