-
Improvement
-
Resolution: Unresolved
-
Minor
-
Linux primarily
Wish list: The ability to search on various topics and phrases.
Example: find and count the number of "ERROR" in console log.
other examples: SQL, NULL, POST, HTTP 200, etc...
I don't want to learn Groovy or another language, I just want to be ability to enter a search string and a file location and go. The current feature of comparing to last build is kind of nice.
At the very least, please create an "Error Plugin" to complement the "Warnings Plugin".
my "RegEx Grep Parser" submission is something like:
export mySearchValue="MySearchString"
export mySearchPath="path_to_server.log"
grep command: export myString_Count=$(grep -c $mySearchValue $mySearchPath)
Requirements: VarCountName, VarSearchValue, Path_to_Log(s)
Warnings NG has "Open Task Scanner" (taskScanner) as a static analysis tool that lets the user configure strings or regular expressions and then searches for those in files. Does that satisfy this request? Perhaps not, if it is not able to search the console log.