Splunk Search

Search for percent symbol in log entries

castle1126
Communicator

Our web server logs have percent symbols in the entries. I am able to search for certain logs by using REGEX (e.g. REGEX _raw=\/searchresults.html\?ab\=12345\%abc123). But my users are not REGEX savvy. Is there a way to search for characters like %, etc and not use REGEX?

Thanks! Steve

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

Seems to me you can really just search for "%" or "25%", either with or without the quotes. Works for me, at least with the default segmentation settings.

View solution in original post

0 Karma

Jeremiah
Motivator

It wouldn't work if you were trying to search a portion of a string between breakers. In your example, searching for "%" should work ok, but "%abc" would not. So just add a wildcard to the search "%abc*".

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

Seems to me you can really just search for "%" or "25%", either with or without the quotes. Works for me, at least with the default segmentation settings.

0 Karma

castle1126
Communicator

Thanks! This worked great!

0 Karma

ftk
Motivator

You should be able to search just for the percent symbol without escaping it. You can use the backslash to escape special characters such as quotes and backslashes.

index=blah %

Searches index blah for all entries with percent signs.

index=blah \%

works as well.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...