Splunk Search

How to Use * in escape sequence?

Madhan45
Path Finder

We can use \ as an escape sequence for special characters ",",(,),[,] and so on. How to use for * character?

0 Karma

badarsebard
Communicator

If I understand your meaning, you are trying to find events that contain the asterisk (*) character. If so, then this is not possible using the backslash since Splunk treats the asterisk as a major breaker (see Event Segmentation below). According to the Search manual, if you want to search for an asterisk you will need to run a post-filtering regex search on the data, such as:

index=_internal | regex ".*\*.*"

References:
Event Segmentation - http://docs.splunk.com/Documentation/Splunk/6.2.1/Data/Abouteventsegmentation
Search Manual (About Seach Language Syntax) - http://docs.splunk.com/Documentation/Splunk/6.2.1/Search/Aboutsearchlanguagesyntax

0 Karma

Madhan45
Path Finder

oh thanks badarsebard

0 Karma

richgalloway
SplunkTrust
SplunkTrust

In what command do you want to escape the *?

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Hunt Smarter, Not Harder: Discover New SPL “Recipes” in Our Threat Hunting Webinar

Are you ready to take your threat hunting skills to the next level? As Splunk community members, you know the ...

Splunk ITSI & Correlated Network Visibility

  Now On Demand   Take Your Network Visibility to the Next Level In today’s complex IT environments, ...

Community Content Calendar, August edition

In the dynamic world of cybersecurity, staying ahead means constantly solving new puzzles and optimizing your ...