Splunk Search

Search query in block manager of Splunk Template (html ) does accept double quotes (Django Bindings)

harshal_chakran
Builder

Hi,

I have created an app using Django Bindings. I used the search query in Splunk template page(html)as follows:

{% searchmanager id="search1"
search="source="sourcefile.txt"| stats count(eval(searchmatch("ERROR_VALUE"))) as error"
preview=True
%}

but it doesn't take "sourcefile.txt" and "ERROR_VALUE" as it is with double quotes and shows error . Is there any way to escape these double quotes inside the search query?

Please Help...!!!

0 Karma

mgroves_splunk
Splunk Employee
Splunk Employee

The simplest way is do use single quotes to wrap the search and double quotes to handle the source.

{% searchmanager id="search1"
search='source="sourcefile.txt"| stats count(eval(searchmatch("ERROR_VALUE"))) as error'
preview=True
%}

Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...