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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...