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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...