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!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...