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

Log pipeline is not processing named captures #5004

Open
macau23 opened this issue May 14, 2024 · 1 comment
Open

Log pipeline is not processing named captures #5004

macau23 opened this issue May 14, 2024 · 1 comment

Comments

@macau23
Copy link

macau23 commented May 14, 2024

Bug description

My log pipeline is not processing named captures.

Expected behavior

Log line:
2024-05-14 13:09:25,791 DEBUG [[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'] [] (c.t.i.d.w.CommonDelegate:304) - Received request is:s

With this one, I cannot see attributes.message:
^(?<timestamp>%{YEAR}-%{MONTHNUM}-%{MONTHDAY} %{HOUR}:%{MINUTE}:%{SECOND})\s+%{GREEDYDATA:message}

With this grok capture, I can see attributes.message:
^(%{YEAR}-%{MONTHNUM}-%{MONTHDAY} %{HOUR}:%{MINUTE}:%{SECOND})\s+%{GREEDYDATA:message}

But using https://grokdebugger.com/ I can see it with both.

How to reproduce

  1. See above.

Version information

  • Signoz version: v0.45.0
  • Browser version: 125.0.3 (64-bit)
  • Your OS and version: Red Hat Enterprise Linux release 8.8 (Ootpa)
  • Your CPU Architecture(ARM/Intel): Intel

Additional context

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

Copy link

welcome bot commented May 14, 2024

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

@macau23 macau23 changed the title Log pipeline is not (always) processing named captures Log pipeline is not processing named captures May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant