Splunk Search

Match condition in the XML dashboard

vinod743374
Communicator

Hai,
I am looking for one match condition,

Here is my requirement,

<condition match="&quot;boilerrole&quot;== IN('$result.roles$')">
<set token="boiler">true</set>
<unset token="turbine"></unset>
</condition>

if my boilerrole matches to any of the value in "result.roles".(result.roles contains a results of multiple roles)
--> my "boiler"  token should be true.
is it possible.

the above query is not worked for me,
Can any one help me.

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The expression "boilerrole"==IN(foo) is not valid.  One can use either "boilerrole"==foo or "boilerrole" IN(foo).

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The expression "boilerrole"==IN(foo) is not valid.  One can use either "boilerrole"==foo or "boilerrole" IN(foo).

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...