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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...