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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...