-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sigmac] [splunk] Unescaped . in query #15
Comments
Or maybe the |
Just verified here, same behavior. Agreed, this must be fixed. |
Find this https://research.splunk.com/application/dfe55688-82ed-4d24-a21b-ed8f0e0fda99/ |
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 |
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 functionalThe text was updated successfully, but these errors were encountered: