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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...