Versions :
Opensearch v2.13.0
Ubuntu 22.04 (Virtual Machine in Windows 11)
Auditbeat, Filebeat v8.13.4
Winlogbeat, Metricbeat v8.15.1
Describe the issue:
I am using a data stream including Auditbeat/Filebeat → Logstash → Opensearch. Now I want to also include Winlogbeat so I installed Winlogbeat in my Windows with this config:
which points to my Logstash place in the Virtual Machine.
But now when I try to config the Logstash pipelines.yml with added Winlogbeats, it doesn’t push the logs into Opensearch anymore, even Auditbeat and Filebeat
Configuration:
This is the old output config in Logstash for Auditbeat and Filebeat which works fine:
And this is the current output config that doesn’t work:
All the beats are still running so I think this config is the main reason.
Thanks for your help in advance.