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

[BUG] Using beats to logstash, breaks the automatic parsing done by opensearch pipelines #213

Open
RobinGoussey opened this issue Jun 19, 2023 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@RobinGoussey
Copy link

Describe the bug
When using logstash output plugin, and redirecting beats traffic to it, parsing does not happen anymore for filebeat modules. Filebeat seems to build pipelines in opensearch. When the output is opensearch. However, when using the logstash output, these pipelines are not used.

Eg, when using postgres module, and redirecting traffic to logstash, everything is in the message field, but it's not parsed.

To Reproduce
Steps to reproduce the behavior:
Set up a logstash, opensearch.

See the difference in letting the beat send to opensearch, in comparison with logstash.

Expected behavior
Module logs should be parsed correctly.

Plugins
None, except this one.

Additional context
I don't know if this is a bug, or more of a feature request, but I see that in elasticsearch, there is a pipeline option in the output. So perhaps that can be added?

@RobinGoussey RobinGoussey added bug Something isn't working untriaged labels Jun 19, 2023
@asifsmohammed
Copy link

asifsmohammed commented Jul 6, 2023

Hi @RobinGoussey, can you please share the config being used?

@asifsmohammed asifsmohammed added question Further information is requested and removed untriaged labels Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants