diff --git a/docs/.jekyll-metadata b/docs/.jekyll-metadata index 0a179684d..62b871f38 100644 Binary files a/docs/.jekyll-metadata and b/docs/.jekyll-metadata differ diff --git a/docs/anomaly-detection/README.md b/docs/anomaly-detection/README.md index 384f59e2b..44d308969 100644 --- a/docs/anomaly-detection/README.md +++ b/docs/anomaly-detection/README.md @@ -1,6 +1,6 @@ --- # sort: 14 -title: Anomaly Detection +title: VictoriaMetrics Anomaly Detection weight: 0 disableToc: true @@ -14,7 +14,7 @@ aliases: - /anomaly-detection.html --- -# Anomaly Detection +# VictoriaMetrics Anomaly Detection In the dynamic and complex world of system monitoring, VictoriaMetrics Anomaly Detection, being a part of our [Enterprise offering](https://victoriametrics.com/products/enterprise/), stands as a pivotal tool for achieving advanced observability. It empowers SREs and DevOps teams by automating the intricate task of identifying abnormal behavior in time-series data. It goes beyond traditional threshold-based alerting, utilizing machine learning techniques to not only detect anomalies but also minimize false positives, thus reducing alert fatigue. By providing simplified alerting mechanisms atop of [unified anomaly scores](/anomaly-detection/components/models/models.html#vmanomaly-output), it enables teams to spot and address potential issues faster, ensuring system reliability and operational efficiency. diff --git a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md index 3918588af..78dc6385a 100644 --- a/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md +++ b/docs/anomaly-detection/guides/guide-vmanomaly-vmalert.md @@ -8,6 +8,8 @@ menu: weight: 1 aliases: - /anomaly-detection/guides/guide-vmanomaly-vmalert.html +- /guides/guide-vmanomaly-vmalert.html + --- # Getting started with vmanomaly diff --git a/docs/guides/README.md b/docs/guides/README.md index a56b420f5..850140e9f 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -20,4 +20,4 @@ menu: 1. [How to delete or replace metrics in VictoriaMetrics](guide-delete-or-replace-metrics.html) 1. [How to monitor kubernetes cluster using Managed VictoriaMetrics](/managed-victoriametrics/how-to-monitor-k8s.html) 1. [How to configure vmgateway for multi-tenant access using Grafana and OpenID Connect](grafana-vmgateway-openid-configuration.html) -1. [How to setup vmanomaly together with vmalert](guide-vmanomaly-vmalert.html) +1. [How to setup vmanomaly together with vmalert](/anomaly-detection/guides/guide-vmanomaly-vmalert.html)