Reporting

How to not send out empty report file when there is no data in the report file?

zliu
Splunk Employee
Splunk Employee

Needs to send out reports every hour to an external entity and try to figure out how to have some default values set when there is no data for that time range instead of sending an empty report. The query is below:

eventtypes=TIC-FW-NETSCREEN earliest="-1h@h" latest=@h | stats max(deviceclass) as DeviceClass count(_raw) AS Count last(_time) AS FirstRecord first(_time) as LastRecord | convert ctime(FirstRecord) | convert ctime(LastRecord) | outputcsv filename.csv

Desired Output when there are no records for the search:

DeviceClass,Count,FirstRecord,LastRecord FIREWALL,0,"01/01/1970 00:00:00","01/01/1970 00:00:00"

Tags (1)

dolivasoh
Contributor

You could try using fillnull to populate the blank report with some default data like referenced above.

Or maybe take a look at filldown which will fill null values with the last value in the index.

0 Karma
Get Updates on the Splunk Community!

The Payment Operations Wake-Up Call: Why Financial Institutions Can't Afford ...

The same scenario plays out across financial institutions daily. A payment system fails at 11:30 AM on a busy ...

Make Your Case: A Ready-to-Send Letter for Getting Approval to Attend .conf25

Hello Splunkers, Want to attend .conf25 in Boston this year but not sure how to convince your manager? We've ...

Community Spotlight: A Splunk Expert's Journey

In the world of data analytics, some journeys leave a lasting impact not only on the individual but on the ...