We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While currently, one can only add tags to each line of a logfile, it should be possible to add tags only to lines matching a given predicate.
Though this is currently possible by parsing the same file multiple times with different predicates, that's not the way it's supposed to work.
Possible syntax would be
logfiles: - filename: /path/to/file.log tags: - tag_for_each_line - tag_for_few_lines: { Message: { contains: some text } }
Alternatively, we could provide this feature only by using an extended mapping section, in addition to the existing logfiles and summary sections.
logfiles
summary
(Note, that this already uses the new predicate syntax from #4)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While currently, one can only add tags to each line of a logfile, it should be possible to add tags only to lines matching a given predicate.
Though this is currently possible by parsing the same file multiple times with different predicates, that's not the way it's supposed to work.
Possible syntax would be
Alternatively, we could provide this feature only by using an extended mapping section, in addition to the existing
logfiles
andsummary
sections.(Note, that this already uses the new predicate syntax from #4)
The text was updated successfully, but these errors were encountered: