Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filebeat routing message problem #217

Open
kakaz opened this issue Jan 18, 2018 · 1 comment
Open

Filebeat routing message problem #217

kakaz opened this issue Jan 18, 2018 · 1 comment

Comments

@kakaz
Copy link

kakaz commented Jan 18, 2018

Problem description

Steps to reproduce the problem

  1. Graylog v2.3.1+9f2c6ef
  2. I've defined Collectors working for winlogbeat and filebeat
  3. Winlogbeat gathers Windows Event logs and route it into collector output which transfers them into input working on the same machine on port 5046 ( it works)
  4. filebeats read several text log files ( mostly flexlm license managers) and should route it into collector output which transfers them into input working on the same machine on port 5047
  5. for filebeats there is several files to read, so several collector inputs, one per monitored file
  6. messages are read, and transferred into collector machinery
  7. All messages form filebeat are routed to stream "all messages" and nothing is in input dedicated to license servers on 5047 port.
  8. I've checked generated config for winlogbeat and filebeat. In winlogbeat there is a section with output definition, which points into correct port 5047. On filebeat generated file there is no such line. I've added it manually: then it works ( messages appear in input working on 5047 port ). but when checking on colector's overview --> show messages ( blue button) - messages stil has only routed to: all messages info.

Environment

  • Sidecar Version: 0.1.4
  • Graylog Version:Graylog v2.3.1+9f2c6ef
  • Operating System: Windows 2012R2
  • Elasticsearch Version:
  • MongoDB Version:

Collector - manage configurations - beat input
image

Collector - manage configurations - beat output:
image

Graylog Input configuration:
image

Collector --> show messages - filebeat route information ( routed to all messages - wrong)
image

Collector --> show messages - winlogbeat route information ( routed to correct stream)
image

@jalogisch
Copy link

This is connected to #168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants