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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...