Dashboards & Visualizations

How to use environment default tokens in HTML Dashboards?

ppatrikfr
Path Finder

Hi Splunkers, I'm trying to use $env:user_realname$ in a HTML dashboard, I've searched a lot about It and realize that I could only get this information with a SplunkJs function but I only get this until now:

var tokens = mvc.Components.getInstance("default");       
           var current=Splunk.util.getConfigValue("USERNAME");        
           tokens.set("currentuser", current);

The code above only brings me my username and I want full name (or realname, as Splunk use to reference).

Thanks everyone!

0 Karma

poete
Builder

Hello @ppatrikfr .

Did you have a look at @loggar answer to this question (https://answers.splunk.com/answers/290292/get-current-user-and-their-roles-from-splunkjs.html). It seems to do the trick!

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