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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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