Hello,
Is it possible to perform intelligent search on the text in Log Files during monitoring them?
I have been using
vfs.file.regmatch[file,<regexp>]
to perform the searching.
But this search is not intelligent and returns the first line encountered(if matched) from the whole file.
I need to do two things :
1). Check if the String is found or not
2). Return some String instead of the 1 or 0.
Is it possible to perform intelligent search on the text in Log Files during monitoring them?
I have been using
vfs.file.regmatch[file,<regexp>]
to perform the searching.
But this search is not intelligent and returns the first line encountered(if matched) from the whole file.
I need to do two things :
1). Check if the String is found or not
2). Return some String instead of the 1 or 0.
Comment