You can use the report csv command to configure CSV reports.
report csv <name> {basic flows|frequency {on-demand|scheduled}|email}
To enable reporting of flow records:
report csv <name> basic flows
To configure the on-demand or scheduled frequency for the csv report:
report csv <name> frequency scheduled {daily|weekly|monthly}
report csv <name> frequency on-demand {last_60_minutes|last_24_hours|last_7_days|last_30_days|last_12_months|current_hour|today|this_week|this_month|this_year|last_hour|yesterday|last_week|last_month|last_year}
![]() |
Note CSV reports cannot be scheduled to generate hourly. |
---|
To set the e-mail address that the scheduled csv should be e-mailed:
report csv <name> email <email address>
To remove the configured csv report:
no report csv <name>
E X A M P L E Create a daily CSV export that e-mails yesterday's CSV flows to test@exinda.com. report csv CSV_1
|
|
|