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

The software shall have an option to toggle between plain text or a regular expression (default) filtering. #411

Open
Pressacco opened this issue Oct 15, 2023 · 0 comments
Labels
FILTER Features related to filtering, aliases, and monikers. requirement Specifies a condition or capability that the software shall meet upon release.

Comments

@Pressacco
Copy link
Member

Input

Sample log file:

Line Time Message
0001 9:01 DatabaseConnectionError: 404 not found
0002 9:02 HTTPSuccess: 200 ok
0003 9:03 DatabaseConnectionError: 403 forbidden
0004 9:04 GeneralError: 500

Expected Result

When the plain text mode is selected, a text filter of Error would return:

Line Time Message
0001 9:01 DatabaseConnectionError: 404 not found
0003 9:03 DatabaseConnectionError: 403 forbidden
0004 9:04 GeneralError: 500

Whereas, the regular expression mode would return the following for 2\d{2}:

Line Time Message
0002 9:02 HTTPSuccess: 200 ok
@Pressacco Pressacco added requirement Specifies a condition or capability that the software shall meet upon release. FILTER Features related to filtering, aliases, and monikers. labels Oct 15, 2023
@Pressacco Pressacco changed the title Weevil shall have text expression option of either plain text (default) or regular expression. Weevil shall have a text expression option of either plain text (default) or regular expression. Oct 15, 2023
@Pressacco Pressacco changed the title Weevil shall have a text expression option of either plain text (default) or regular expression. The software shall have an option to use either plain text (default) or regular expression text expressions. Oct 25, 2023
@Pressacco Pressacco changed the title The software shall have an option to use either plain text (default) or regular expression text expressions. The software shall have an option to interpret text expressions as either plain text or a regular expression (default). Nov 8, 2023
@Pressacco Pressacco changed the title The software shall have an option to interpret text expressions as either plain text or a regular expression (default). The system shall have an option to interpret text expressions as either plain text or a regular expression (default). Nov 8, 2023
@Pressacco Pressacco changed the title The system shall have an option to interpret text expressions as either plain text or a regular expression (default). The software shall have an option to interpret text expressions as either plain text or a regular expression (default). Nov 16, 2023
@Pressacco Pressacco changed the title The software shall have an option to interpret text expressions as either plain text or a regular expression (default). The software shall have an option to toggle between plain text or a regular expression (default) filtering. Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FILTER Features related to filtering, aliases, and monikers. requirement Specifies a condition or capability that the software shall meet upon release.
Projects
None yet
Development

No branches or pull requests

1 participant