-
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
Highlight searched value in logs #2366
Comments
@ankitnayan to have a scope here. We are highlighting text in the log body if it's a full-text search. Else if it's a selected field in the filter then the selected field is highlighted in the log (the field won't be highlighted in let me know if there are any thoughts. |
That should be fine. The selected fields are removed from the body? |
yes depends on the case, ex- |
hmm... not keeping |
any kind of field is present again in the body if the user has not cleaned up the body after extracting the attributes. But it also depends on the user and the logs that they are printing. Ex 1:-
is parsed to
So in this case the body doesn't contain any attributes and is properly cleaned up. Ex 2:-
is parsed to
In this case, the body is not cleaned up. So actually it depends on the user how they are keeping it. But ideally it should be ex 1 |
@palashgdev Can you also share a note on what input you need from me on this? |
Will prioritise this is the next sprint. |
When something is searched, it should be highlighted in the logs.
The text was updated successfully, but these errors were encountered: