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

Enable log parsing from the UI #1779

Closed
2 tasks
ankitnayan opened this issue Nov 29, 2022 · 4 comments · Fixed by #2457
Closed
2 tasks

Enable log parsing from the UI #1779

ankitnayan opened this issue Nov 29, 2022 · 4 comments · Fixed by #2457
Assignees
Labels
enhancement New feature or request logs

Comments

@ankitnayan
Copy link
Collaborator

ankitnayan commented Nov 29, 2022

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.

@pranay01 pranay01 added this to the v0.13.0 milestone Dec 16, 2022
@nityanandagohain
Copy link
Member

@ankitnayan
Copy link
Collaborator Author

Issues to handle

  • Multi-line error logs
  • parsing from the JSON body from the UI (working with array keys in the json is an issue)

@raj-k-singh
Copy link
Collaborator

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
Labels
enhancement New feature or request logs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants