-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature request: table viewer #3
Comments
Could you provide a sample? I mean logs are generally different from every use case - I am trying to understand if we can find a generic pattern or a custom parser that a user can setup. if the parsing is done, we can do a lot more in visualising the logs- which would be super awesome! |
|
Looks nice, what if there is a configuration on the web app side- a pure JS function that takes logline string and returns an object- so the react-table can take the Object keys as column headers and values on rows. Why not do this automatically?Because my concern is that, the loglines are really different in every usecase, and hence introducing defaults will introduce bugs - but if we make this a configuration then users would get more flexibility - thoughts? |
I also feel like it's time to separate the frontend to a proper npm project :) |
The text was updated successfully, but these errors were encountered: