Dashboards & Visualizations

Passing inputlookup to send pdf email from dashboard

vivekkumarkk
Explorer

Hello,

 

I have a lookup file with below data. This auto populates everyday from a scheduled query.

Feature

Feature1

Feature 2

Feature 3

.

.

.

 

I need to send a pdf to my colleagues from a dashboard with line chart based on each feature. I tried Trellies, but 7.x version splunk donot support pdf delivery.

 

| inputcsv 85PercUsage.csv
| stats values(feature) AS extendfeat
| mvexpand extendfeat
| append
[| makeresults
| eval extendfeat=""]
| map search="search index=usage sourcetype=usedfeature=\"$extendfeat$\" earliest=-1d@d+11h+30m latest=@d+11h+30m| bin _time span=5m | stats sum(quantity) as MaxUSed by feature,_time
| timechart span=5m max(MaxUSed) as LicUsed by feature" maxsearches=100

Labels (1)
0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...