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!

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

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 ...

Community Content Calendar, October Edition

Welcome to the October edition of our Community Spotlight! The Splunk Community is a treasure trove of ...