Splunk Search

characters that need to be in quotations

camillak
Path Finder

When you search in Splunk, I know some characters need to be in quotations-- field="value with spaces". I'm trying to get a list of all of those characters and what the technical term for them is. I know I've seen this in Splunk documentation, but can't find it again. of course.
Not a technical question but if someone has an answer on this then thank you!

Tags (1)
0 Karma
1 Solution

camillak
Path Finder

I was just looking for a doc that I eventually found: http://docs.splunk.com/Documentation/Splunk/6.5.2/Search/Aboutsearchlanguagesyntax#Quotes_and_escapi...

Just general guidelines not a technical how to. Anyway question answered.

View solution in original post

camillak
Path Finder

I was just looking for a doc that I eventually found: http://docs.splunk.com/Documentation/Splunk/6.5.2/Search/Aboutsearchlanguagesyntax#Quotes_and_escapi...

Just general guidelines not a technical how to. Anyway question answered.

DalJeanis
Legend

Great! Be sure to mark your answer "accepted".

DalJeanis
Legend

It seems like it is highly context-specific. In some places, you need single-quotes, others double-quotes, and so on, based on the underlying languages. Inside of regexes, spaces don't matter but you have to escape the twelve(?) regex operator characters... usually... Sigh.

I hope someone has a good answer for you. 😉

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...