-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Enable log parsing from the UI #1779
Labels
Comments
This was referenced Mar 15, 2023
Issues to handle
|
This was referenced Aug 22, 2023
This was referenced Oct 14, 2023
This was referenced Oct 19, 2023
Now it is possible to parse logs from the UI |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The currently suggested approach is to enable parsers and use regex at otel-collectors. Writing regex becomes a nightmare when it is just more than basics.
We should enable UI-based parsing rules to easily extract fields from ingested logs data to be able to convert them to columns and add an index for better filtering and query performance
We can also enable a user to choose a parsing template from the UI (and enable customisation) for standard components like Nginx and famous application loggers.
The text was updated successfully, but these errors were encountered: