Open phantinuss opened 2 years ago
Or maybe the /
is the character which has to be escaped?
Just verified here, same behavior. Agreed, this must be fixed.
Find this https://research.splunk.com/application/dfe55688-82ed-4d24-a21b-ed8f0e0fda99/
search "\/..\/..\/..\/..\/..\/..\/..\/..\/..\/"
There is no mention of the dot or forward slash as characters that need to be escaped in an SPL search query. See here
As you can see in the screenshot of the first post it is an issue, documented or not. And the solution to escape /
will work at least in all the cases I tested. Adding an unneeded but valid escape shouldn't break things. And in some cases (see first screenshot) it is needed.
Seem to have disappeared in Splunk 9.x.
Hi,
I think
.
s should be escaped in Splunk searches.I create a query:
and paste it to Splunk and start the search and the dots are removed:
When I escape the dots with
\
the query seems to be functional