Reporting

Is it possible to group several scheduled CSV reports into one email?

peterchow
Explorer

Dear all.

I have different kinds of scheduled CSV reports. I would like to group them into one email. May I know is it possible? Thanks

0 Karma

woodcock
Esteemed Legend

Yes, you can each search write its results out to separate KV Stores or disk files using outputlookup or outputcsv and then you can have a final separate search read them all in with a series of inputlookup or inputcsv commands chained together with append commands. Alternatively, you could skip the manual saving of the searches by ensuring that TTL is long enough and using a series of loadjob commands chained together with append commands.

0 Karma

peterchow
Explorer

Sorry, I don understand. Can you explain about that? Is it possible to have an example? Thanks

0 Karma

woodcock
Esteemed Legend

Let us say that we have 3 different reports that run every night. Add one line to the end of each report:

... | outputcsv ReportNumberOne.csv
... | outputcsv ReportNumberTwo.csv
... | outputcsv ReportNumberThree.csv

Then join them together in a new report like this:

|inputcsv ReportNumberOne.csv]
| appendpipe [|inputcsv ReportNumberTwo.csv]
| appendpipe [|inputcsv ReportNumberThree.csv]
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...