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

Breakout selection into a field with pattern parser #1001

Open
svennergr opened this issue Jan 16, 2025 · 0 comments
Open

Breakout selection into a field with pattern parser #1001

svennergr opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
feature request The request comes from a user

Comments

@svennergr
Copy link
Contributor

Explore Logs fails to parse fields from unstructured logs. Take nginx logs as an example, where no fields are available.
The pattern parser can really help to provide fields for such unstructured log lines.
By adding | pattern `<_> "<method> <_>` to nginx logs, for example, a user can get the HTTP method broken out into a new field.

Image
(source)

Doing this with text selection in a log line, where a user selects the HTTP method, and we would offer a method to break that into a new field, would be a great addition to support more unstructured log lines.

@svennergr svennergr added the feature request The request comes from a user label Jan 16, 2025
@gtk-grafana gtk-grafana self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request The request comes from a user
Projects
None yet
Development

No branches or pull requests

2 participants