Configuring scheduled CSV reports
Last updated
Was this helpful?
You can schedule sending the CSV-based usage reports by email.
Prerequisites
Your Tabnine private installation must have SMTP configuration in place.
Go to the value.yaml file of your Tabnine private installation.
Add the following analytics section to the values.yaml file. If you already have an analytics section, 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: yourname@yourcompany.comenabled: 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?
Was this helpful?
