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!

Enterprise Security Content Update (ESCU) | New Releases

In September, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...