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

Logs pipeline filter not working #7157

Open
dailos opened this issue Feb 19, 2025 · 1 comment
Open

Logs pipeline filter not working #7157

dailos opened this issue Feb 19, 2025 · 1 comment

Comments

@dailos
Copy link

dailos commented Feb 19, 2025

Bug description

Creating a pipeline, and adding a filter, do not filter the logs to be processed. Some logs that shouldn't be processed are.

Expected behavior

The filter should prevent the excluded logs from being processed.

How to reproduce

Let's filter by container_name and add a processor to add a service name based on the container name:

  1. Create 2 pipelines filtering by container_name = A (first pipeline) and container_name = B (second pipeline)
  2. Add a processor to each pipeline, for example, add a service name = A (first pipeline) and service name = B (second pipeline)
  3. You can see how some logs coming from container A will have a service name B.

Version information

  • Signoz version: 0.73
  • Browser version: any
  • Your OS and version: MacOS 15.3
  • Your CPU Architecture(ARM/Intel): M3 Pro

Additional context

When you do the filtering in the collector, all is working as expected

Thank you for your bug report – we love squashing them!

Copy link

welcome bot commented Feb 19, 2025

Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.

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