Overview
This article provides information regarding the Exinda CLI command report csv
.
You can use the report csv
command to configure CSV reports.
Information
- {}: Options are enclosed in braces and are separated by '|'.
- []: Optional keywords are enclosed in brackets.
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following table describes the commands used for configuring csv reports:
Action Description |
Command | Parameter Description |
To enable reporting of flow records | report csv <name> basic flows |
flows - Only flows are currently supported for csv files. |
To configure the scheduled frequency for the csv report |
report csv <name> frequency scheduled {daily|weekly|monthly} |
NA (Not Applicable) |
To configure the on-demand frequency for the csv report |
|
NA (Not Applicable) |
To set the e-mail address that the scheduled csv should be e-mailed | report csv <name> email <email address> |
email <email-address> - Specify the e-mail address. Optional for on-demand CSV reports. |
To remove the configured csv report |
no report csv <name> |
NA (Not Applicable) |
Example
Create a daily CSV export that e-mails yesterday's CSV flows to test@exinda.com.
report csv CSV_1
report csv CSV_1 basic flows
report csv CSV_1 email test@exinda.com
report csv CSV_1 frequency scheduled daily
Find more CLI commands.