Configuring scheduled CSV reports
You can schedule sending the CSV-based usage reports by email.
Enabling schedule CSV-based usage report
Go to the
value.yamlfile of your Tabnine private installation.Add the following
analyticssection to thevalues.yamlfile. If you already have ananalyticssection, append the following content to the existing one. (Duplicated sections in the yaml file may result in unexpected behavior.)
analytics:
ScheduledCsvEmailReporting:
cronScheduling: 0 0 * * *
enabled: true
csvReportEmails: [email protected]enabled: True/false toggle of the scheduling of the report email.
cronScheduling : A cron timer representation of the recurrence of the report. In the above example, the email scheduling will be every day at midnight.
csvReportEmails : List of comma-separated emails of the report email recipients.
Last updated
Was this helpful?
