All Apps and Add-ons

Calendar app Drilldown options

coreyCLI
Communicator

I have the Calendar App version 1.1.1.  We are in the process of pulling down 1.1.5 for testing.  We use the calendar to display Jira tickets for after hours call-ins.  I have not found a solution where I can get the Jira ticket to populate the URL when a user clicks on the Jira ticket displayed on the calendar.  The only values I can grab from the visualization and put into a token are _time and the epoch.  I want to be able to redirect users to Jira and the specific Jira ticket number displayed in the calendar.

Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

An alternative would be to use the existing epoch value given from the calendar drilldown and open a new search showing a table of tickets matching that _time value when the ticket is clicked and then have a second layer drilldown from the table to the URL, which would be very easy.

You can make that second table small and you can make it only conditionally visible using "depends="$token$" construct in your XML.

 

0 Karma

bowesmana
SplunkTrust
SplunkTrust

The calendar app does not support any kind of drilldown tokens other than the basic $click.*$ tokens. You'd have to modify the Javascript to be able to do that.

Depending on how your data is and the amount of data you need to show, you could look at two other apps that do support a lot of customisation, firstly the event timeline

https://splunkbase.splunk.com/app/4370

The author is an active developer. That type of view may or may not work for you.

The other is Number Set, again by a very active developer

https://splunkbase.splunk.com/app/6915

This is not specifically time based, but you can position the 'values' at fixed positions in a grid, so you could make it work, again depending on the volume of tickets you are talking about.

 

 

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!

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...

Splunk Developers: Construct Your Future at the .conf26 Builder Bar

Calling all Splunk architects, platform admins, and app developers: the site is open, and the blueprints are ...

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...