syntax for log monitoring with spaces?
Whitespace in the patterns is likely to trip up the parser. Wrap the pattern in quotes, or use [[:space:]] instead of space.
Using [[:space:]] seems to be working. Thanks Craig
Whitespace in the patterns is likely to trip up the parser. Wrap the pattern in quotes, or use [[:space:]] instead of space.
Using [[:space:]] seems to be working. Thanks Craig