Getting Data In

How to create a consolidated report?

sai1234
New Member

I have 5 input CSV files received everyday. How can they be appended and stored everyday as one report when received? On any particular day, I want to have the details extracted from the 5 CSV input files, consolidate them in one report, and send this out in an email. How do I achieve this?

Thanks in advance!

0 Karma

sundareshr
Legend

Something like this may work.

| inputlookup file1.csv | append [| inputlookup file2.csv] | append | inputlookup file3.csv] and so on | commands to generate your report

Once you have the right report, you can schedule it to run automatically
http://docs.splunk.com/Documentation/Splunk/6.4.2/Report/Schedulereports

0 Karma
Get Updates on the Splunk Community!

Exciting News: The AppDynamics Community Joins Splunk!

Hello Splunkers,   I’d like to introduce myself—I’m Ryan, the former AppDynamics Community Manager, and I’m ...

The All New Performance Insights for Splunk

Splunk gives you amazing tools to analyze system data and make business-critical decisions, react to issues, ...

Good Sourcetype Naming

When it comes to getting data in, one of the earliest decisions made is what to use as a sourcetype. Often, ...