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!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...