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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...