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

"Show messages" button doesn't work for all collectors #5045

Closed
lennartkoopmann opened this issue Aug 30, 2018 · 4 comments
Closed

"Show messages" button doesn't work for all collectors #5045

lennartkoopmann opened this issue Aug 30, 2018 · 4 comments

Comments

@lennartkoopmann
Copy link
Contributor

I'm running my own Metricbeat collector configuration and the "Show messages" button leads to an empty search result because there is no field gl2_source_collector set.

@bernd
Copy link
Member

bernd commented Aug 31, 2018

With the old sidecar system, we had more control over the generated collector configurations and so we automatically added the gl2_source_collector field. In the new system, users write the config files on their own and we have basically no control over the generated config.

That means users have to add the gl2_source_collector field on their own. We should probably extend our default collectors with a usable default configuration template that includes the gl2_source_collector field and set it to ${nodeId}.

@bernd
Copy link
Member

bernd commented Aug 31, 2018

This issue is also a duplicate of Graylog2/graylog-plugin-collector#88 😉

@edmundoa
Copy link
Contributor

I'll leave this one open, as this is in the end the new home of the sidecar :)

mpfz0r added a commit that referenced this issue Sep 24, 2018
By default all Beats collectors prefix our fields with "fields_".
Adjust the search accordingly.
Fixes #5045
mpfz0r added a commit to Graylog2/graylog-plugin-collector that referenced this issue Sep 24, 2018
By default all Beats collectors prefix our fields with "fields_".
Adjust the search accordingly.

Fixes Graylog2/graylog2-server#5045
@mpfz0r
Copy link
Contributor

mpfz0r commented Oct 11, 2018

#5197

We solve this with a 3-liner that can be included in any beats configuration.
We provide it via the default template.
I think that's all we can do for now. Closing this.

@mpfz0r mpfz0r closed this as completed Oct 11, 2018
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

5 participants