I have a relatively simple search, which includes a phrase enclosed in double quotes. For example:
error OR failed OR severe OR ( sourcetype=access_* ( 404 OR 500 OR 503 ) ) NOT "illegal user"
When I type in the search manually it works fine. When I save it Splunk inserts escape characters before each of the quotes, so that the next time I pull up the search it fails and shows zero results. I have to manually delete the backslashes to get it to work again. Older versions of splunk did not do this.
Please let me know what I need to do to fix this. It's extremely annoying to have to delete the backslashes each time.