Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/reference/configuration/properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,16 @@ Cron expression of the Kenna Security upload task.
<tr><th>ENV</th><td><code>DT_TASK_KENNA_SECURITY_UPLOAD_CRON</code></td></tr>
</table>

<span id="dttaskkev-mirrorcron">**`dt.task.kev-mirror.cron`** <strong style="color: red">*</strong> [¶](#dttaskkev-mirrorcron){ .headerlink }</span>

Cron expression of the KEV (Known Exploited Vulnerabilities) mirroring task. Triggers mirroring of all enabled KEV data sources.

<table>
<tr><th>Type</th><td style="border-width: 0"><code>cron</code></td></tr>
<tr><th>Default</th><td><code>0 2 * * *</code></td></tr>
<tr><th>ENV</th><td><code>DT_TASK_KEV_MIRROR_CRON</code></td></tr>
</table>

<span id="dttaskmetrics-maintenancecron">**`dt.task.metrics-maintenance.cron`** <strong style="color: red">*</strong> [¶](#dttaskmetrics-maintenancecron){ .headerlink }</span>

Cron expression of the metrics maintenance task. <br/><br/> The task creates new partitions for the day for the following tables And deletes records older than the configured metrics retention duration from the following tables: <ul> <li><code>DEPENDENCYMETRICS</code></li> <li><code>PROJECTMETRICS</code></li> </ul>
Expand Down