Dashboards & Visualizations

Issue with env Token and how to set it on Dashboard Load ?

shivamagrawa
Explorer

Hello,

I am trying to get the user who is accessing the dashboard and based on that want to decide if dashboards panel will be display to him or not.

 

<form theme="dark">
  <search>
    <query>
      | rest /services/authentication/current-context | table email
      | eval master_token=email
    </query>
    <progress>
      <condition match="$master_token$==&quot;ss@gmail.com&quot;">
        <set token="access">True</set>
      </condition>
    </progress>
  </search>
  <label>Screen Time</label>

 

 

Now, no matter what email is there the access token is always true. Can someone please help me with the right way of doing it ?

Also if i can use $env:user_email$ in someway here ?

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...