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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...