Splunk Search

Can we combine two reports into one PDF or CSV file?

vrmandadi
Builder

I have two different searches which I have saved as reports and scheduled it to run every Monday, but can I get both of these reports combined into a single pdf or csv. Is it possible in Splunk?

Tags (4)
0 Karma

somesoni2
Revered Legend

Well It depends upon you searches. If they are not super big OR takes lot of time to execute, you can append results of both using append command and export /email as single CSV.

search 1 | append [search 2]

And you can create a dashboard with two panels, one for each report search and schedule PDF delivery
http://docs.splunk.com/Documentation/Splunk/6.4.0/Viz/DashboardPDFs#Schedule_PDF_delivery_of_a_dashb...

0 Karma

vrmandadi
Builder

Yes ,that is when both have same fields in the results,but my searches are totally different from other ,one calculates the average time and the other count of a field,if we do a append it combines the result but it does not have any format and the same is sent when saved and scheduled as report

My requirement is like

1)
|stats count by name

a 20
b 40
c 50

and this is saved as report

2)

|chart count of type

abc 4

qwe 3

and save as report

now these two combine using an append will ultimately combine the results but when you save as report by a csv .the csv does not show seperate results right?

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...