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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...