diff --git a/README.md b/README.md index 10f4eb0a9..322fd9813 100644 --- a/README.md +++ b/README.md @@ -1391,6 +1391,7 @@ See [vmctl docs](https://docs.victoriametrics.com/vmctl.html) for more details. ## Backfilling VictoriaMetrics accepts historical data in arbitrary order of time via [any supported ingestion method](#how-to-import-time-series-data). +See [how to backfill data with recording rules in vmalert](https://docs.victoriametrics.com/vmalert.html#rules-backfilling). Make sure that configured `-retentionPeriod` covers timestamps for the backfilled data. It is recommended disabling query cache with `-search.disableCache` command-line flag when writing diff --git a/docs/README.md b/docs/README.md index 10f4eb0a9..322fd9813 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1391,6 +1391,7 @@ See [vmctl docs](https://docs.victoriametrics.com/vmctl.html) for more details. ## Backfilling VictoriaMetrics accepts historical data in arbitrary order of time via [any supported ingestion method](#how-to-import-time-series-data). +See [how to backfill data with recording rules in vmalert](https://docs.victoriametrics.com/vmalert.html#rules-backfilling). Make sure that configured `-retentionPeriod` covers timestamps for the backfilled data. It is recommended disabling query cache with `-search.disableCache` command-line flag when writing diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 0aaeb162a..6dbf68690 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1395,6 +1395,7 @@ See [vmctl docs](https://docs.victoriametrics.com/vmctl.html) for more details. ## Backfilling VictoriaMetrics accepts historical data in arbitrary order of time via [any supported ingestion method](#how-to-import-time-series-data). +See [how to backfill data with recording rules in vmalert](https://docs.victoriametrics.com/vmalert.html#rules-backfilling). Make sure that configured `-retentionPeriod` covers timestamps for the backfilled data. It is recommended disabling query cache with `-search.disableCache` command-line flag when writing