Hi guys:
Having an issue with Graylog 3.0.1 and a Windows Server 2012 running Sidecar 1.0.1.
Sidecar registered and FileBeat config gets pushed out with no issues:
Content of winlogbeat.yml (generated folder) in Win Server:
Needed for Graylog
fields_under_root: true
fields.collector_node_id: anms-dc01
fields.gl2_source_collector: 5a51f09b-69d5-4f15-8f26-280ce46f6d67
output.logstash:
hosts: [“192.168.1.150:5045”]
path:
data: C:\Program Files\Graylog\sidecar\cache\winlogbeat\data
logs: C:\Program Files\Graylog\sidecar\logs
tags:
- windows
winlogbeat:
event_logs:- name: Application
- name: System
- name: Security
Input also configured in Graylog server:
However, I see no messages, either via Systems - Sidecars - Show messages or directly from Input.
TCPDump run on Graylogserver and on WinServer show traffic on TCP 9000 but no conns at all on port 5055.
I’d been using “old” sidecar collectors and Graylog 2.x for a while with no issues but I don’t seem to get this one working.
Any ideas?
Thanks!


