Dashboards & Visualizations

How to use a $ in a form search?

andrewkenth
Communicator

I have a search that uses filed!="*$", however when I use this in a form the form will not work. Is there a way to escape the $ so it is not interpreted as a form field?

Tags (2)
1 Solution

aelliott
Motivator

I think you can escape it with another dollar sign so $$

View solution in original post

aelliott
Motivator

I think you can escape it with another dollar sign so $$

kkrishnan_splun
Splunk Employee
Splunk Employee

Simply beautiful

0 Karma

nick405060
Motivator

Thank you!!

I was trying to write XML and include a search that looked like:

eval something=$n$ | eval filename=(code) ........ | map maxsearches=28 search="| inputcsv $filename"

... and it was not working for the life of me. Turning $filename into $$filename$$ did the trick.

eval something=$n$ | eval filename=(code) ........ | map maxsearches=28 search="| inputcsv $$filename$$"

0 Karma

andrewkenth
Communicator

Simple, elegant and awesome! Thanks!

0 Karma
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, ...