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.

Labels (1)
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!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...