Is it possible to use special characters in a search string when using log parser? I'm trying to search in a log file for a string that matches severity="1" but it returns all lines that matches severity. It doesn't look like the log parser template takes the whole string with it in the script.
Has somebody experienced the same problem? Have you been able to resolve it?