Splunk Search

cant use "\\" in search using django

bontet99
New Member

I have search like this:

| crawl | eval path=substr(source,51,50) | eval dir=mvindex(split(path,"\"),0)

But i get error Unbalance quotes, so i modify my search like this:

| crawl | eval path=substr(source,51,50) | eval dir=mvindex(split(path,"\\"),0)

Which works fine in the web UI search bar but when i put it on django searchmanager:

{% searchmanager id="listdata"
   search='| crawl  | eval path=substr(source,51,50) | eval dir=mvindex(split(path,"\\"),0) 
%}

it gives an error message

Could not create search

I have tried using "\;" and "\;" it works fine but it gives no results.

0 Karma

alacercogitatus
SplunkTrust
SplunkTrust

You may need to "double escape" that. If I may ask, why Django? It should be on its way out, so I'd switch to HTML/Simple XML.

search='| crawl  | eval path=substr(source,51,50) | eval dir=mvindex(split(path,"\\\\"),0)
0 Karma

bontet99
New Member

you need to put semicolon after \, thats not working, thanks for the answer

0 Karma
Get Updates on the Splunk Community!

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 ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...