Dashboards & Visualizations

Is there a javascript token with the hostname of the Splunk server where Splunk Web runs?

dominiquevocat
SplunkTrust
SplunkTrust

Is there a token containing the hostname of the instance where Splunk Web runs?

0 Karma
1 Solution

dominiquevocat
SplunkTrust
SplunkTrust

when calling
| rest splunk_server=local /
one can use the field splunk_server (dedup first)

View solution in original post

dominiquevocat
SplunkTrust
SplunkTrust

when calling
| rest splunk_server=local /
one can use the field splunk_server (dedup first)

koshyk
Super Champion

Unfortunately it is NOT as per the document. (You could write a scripted input and get it using python if you need though)
Available Environment Tokens: as per http://docs.splunk.com/Documentation/Splunk/latest/Viz/tokens

$env:user$ Current user's user name
$env:user_realname$ Current user full name.
$env:user_email$ Current user email address.
$env:app$ Current app context
$env:locale$ Current locale
$env:page$ Currently open page
$env:product$ Current instance product type
$env:instance_type$ Indicates whether the current instance is Splunk Cloud or an on-premises deployment
$env:is_cloud$ Indicates if the current instance is Splunk Cloud. This token is only set when "true".
$env:is_enterprise$ Indicates if the current instance is a Splunk Enterprise deployment. This token is only set when "true".
$env:is_hunk$ Indicates if the current instance is a Hunk deployment. This token is only set when "true".
$env:is_lite$ Indicates if the current instance is a Splunk Light deployment. This token is only set when "true".
$env:is_lite_free$ Indicates if the current instance is using a Splunk Light free license. This token is only set when "true".
$env:is_free$ Indicates if the current instance is using a Splunk Enterprise free license. This token is only set when "true".
$env:version$ Current instance product version

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