Getting Data In

Save token values so they can persist beyond session timeout

bowesmana
SplunkTrust
SplunkTrust

I have a dashboard, where I can select a number of items from a list of many thousand. These selected items are added to build a token used as search criteria for subsequent searches and are used to drive dependent panels in the dashboard.

If I leave the browser and the Splunk session times out and I log in again, those token values are lost, so I have to start again to select those items I want to see.

What I want is to be able to persist those token values, e.g. to a csv, and to use load them or clear them based on a checkbox input or something like that.

Any idea how I can write tokens to a csv?

Tags (3)
0 Karma
1 Solution

niketn
Legend

Refer to Splunk KVStore tutorial... http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEZT

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

View solution in original post

niketn
Legend

Refer to Splunk KVStore tutorial... http://dev.splunk.com/view/webframework-tutorials/SP-CAAAEZT

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

bowesmana
SplunkTrust
SplunkTrust

Can you convert it to an answer and I'll accept it.

0 Karma

niketn
Legend

@bowesmana... glad it worked. 🙂

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Thanks for that, I've always wondered how to use kvstore. Tutorial has a slight difference for 6.6, but works.

I am not keen to have to use Javascript and html dashboards, but I've got inputlookup/outputlookup working to the kvstore as a principle, so should be able to work those into the existing dashboard.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...