Splunk Search

Using Eval to Filter Values

jason_hotchkiss
Communicator

Hello Splunkers - 

I am trying to filter any value that is wrapped in $, such as $host$or $value$.  I thought the below would work, but it is not.  Can someone point out what I am doing wrong?  Thanks!

| eval dollar_sign=if(host_value=="$host$" OR host_value=="$value$", "yes", "no")
| search NOT dollar_sign=yes


Labels (1)
0 Karma
1 Solution

johnhuang
Motivator
| eval dollar_sign=IF(LIKE(host_value, "$%$"), "yes", "no")

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If you are using this in a dashboard, the dollar signs have to be doubled up otherwise it is looking for tokens

| eval dollar_sign=if(host_value=="$$host$$" OR host_value=="$$value$$", "yes", "no")
| search NOT dollar_sign=yes
0 Karma

jason_hotchkiss
Communicator

I will keep this in mind if I end up using this in a dashboard.  Thank you @ITWhisperer 

0 Karma

johnhuang
Motivator
| eval dollar_sign=IF(LIKE(host_value, "$%$"), "yes", "no")
0 Karma

jason_hotchkiss
Communicator

This solved my use case.  Thank you @johnhuang 

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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