Enable or disable anonymous usage data collection

For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

Configuration options for the usage report.

The kestra.anonymous-usage-report.enabled option is mandatory: decide whether to share anonymous data to help improve Kestra.

  • kestra.anonymous-usage-report.enabled: (default true)
  • kestra.anonymous-usage-report.initial-delay: (default 5m)
  • kestra.anonymous-usage-report.fixed-delay: (default 1h)

The collected data can be found here. We collect only anonymous data that allows us to understand how you use Kestra. The data collected includes:

  • host data: CPU, RAM, OS, JVM, and a machine fingerprint.
  • plugins data: plugins installed and their current versions.
  • flow data: namespace count, flow count, the task type and the trigger type used.
  • execution data: execution and task run counts for the last two days, with counts and durations grouped by status.
  • UI interaction: data to help us understand user experience in the interface.
  • common data: server type, version, time zone, environment, start time, and URL.

Was this page helpful?