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!

Database Performance Sidebar Panel Now on APM Database Query Performance & Service ...

We’ve streamlined the troubleshooting experience for database-related service issues by adding a database ...

IM Landing Page Filter - Now Available

We’ve added the capability for you to filter across the summary details on the main Infrastructure Monitoring ...

Dynamic Links from Alerts to IM Navigators - New in Observability Cloud

Splunk continues to improve the troubleshooting experience in Observability Cloud with this latest enhancement ...