Dashboards & Visualizations

$env:$ tokens do not resolve within evaluation of a different token?

camillak
Path Finder

I'm posting this question mostly because it's maddening. I want a dashboard that is shared between two apps to behave differently based on the value of $env:app$.

Doesn't work:

    <init>
      <eval token="isMyApp>if($env:app$=="myApp", "true", null())</eval>
    </init>

If I run a search as follows:

        <search>
          <query>| makeresults | eval foo = if($env:app|s$=="myApp", "true", null())</query>
        <done>
          <set token="showMyAppPanels">$result.foo$</set>
          <eval token="iAmBroken">if($env:app|s$=="myApp", "true", null())</eval>
          <eval token="meToo">if($env:app$=="myApp", "true", null())</eval>
        </done>
        </search>

The $result.foo$ evaluates correctly but the other two return null regardless of the value of $env:app$. So with $result.foo$, or some JS I can get where I need to be, but why does it take running an extra search or script to get there?

0 Karma

camillak
Path Finder

furthermore <set token="appContext">$env:app$</set> returns undefined.

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