Dashboards & Visualizations

How to get the token value inside my javascript code to use it for if and else condition?

simona2121
Path Finder

// Access the "submitted" token model
var tokens = mvc.Components.get("submitted");

// Retrieve the value of a token $mytoken$
var tokenValue = tokens.get("mytoken");

I am using the above code inside

Tags (1)
0 Karma
1 Solution

simona2121
Path Finder

I have the code inside the script tag. Is there anyway I can extract the token value inside the script tag?

View solution in original post

0 Karma

simona2121
Path Finder

I have the code inside the script tag. Is there anyway I can extract the token value inside the script tag?

0 Karma

hardikJsheth
Motivator

You need to get the token value using the form.tokenname of the element.

I.e if I have a input element as

<input id="category_mcon_id" token="category_mcon_form" type="multiselect">

You can get the value using following:

 submittedTokens.get('form.category_mcon_form')

simona2121
Path Finder

I have the code inside the script tag. Is there anyway I can extract the token value inside the script tag?

0 Karma

hardikJsheth
Motivator

I have used this code in a separate js file, which is included in the xml file. I have never tried to use it in script tag, but I think it should work.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...