Vmanomaly Quickstart Fix absolute links (#5831)

* links fix

* typo fix
This commit is contained in:
Daria Karavaieva 2024-02-20 16:19:18 +01:00 committed by GitHub
parent b2baf7d472
commit 4034d081f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,8 +13,8 @@ aliases:
# VictoriaMetrics Anomaly Detection Quick Start # VictoriaMetrics Anomaly Detection Quick Start
For service introduction visit [README](https://docs.victoriametrics.com/anomaly-detection/) page For service introduction visit [README](/anomaly-detection/) page
and [Overview](https://docs.victoriametrics.com/anomaly-detection/overview.html) of how `vmanomaly` works. and [Overview](/anomaly-detection/overview.html) of how `vmanomaly` works.
## How to install and run `vmanomaly` ## How to install and run `vmanomaly`
@ -57,7 +57,7 @@ docker run -it -v $YOUR_LICENSE_FILE_PATH:/license \
See also: See also:
- You can verify licence online and offline. See the details [here](https://docs.victoriametrics.com/anomaly-detection/overview/#licensing). - You can verify licence online and offline. See the details [here](/anomaly-detection/overview/#licensing).
- [How to configure `vmanomaly`](#how-to-configure-vmanomaly) - [How to configure `vmanomaly`](#how-to-configure-vmanomaly)
### Kubernetes with Helm charts ### Kubernetes with Helm charts
@ -97,19 +97,19 @@ writer:
Next steps: Next steps:
- Define how often to run and make inferences in the [scheduler](https://docs.victoriametrics.com/anomaly-detection/components/scheduler/) section of a config file. - Define how often to run and make inferences in the [scheduler](/anomaly-detection/components/scheduler/) section of a config file.
- Setup the datasource to read data from in the [reader](https://docs.victoriametrics.com/anomaly-detection/components/reader/) section. - Setup the datasource to read data from in the [reader](/anomaly-detection/components/reader/) section.
- Specify where and how to store anomaly detection metrics in the [writer](https://docs.victoriametrics.com/anomaly-detection/components/writer/) section. - Specify where and how to store anomaly detection metrics in the [writer](/anomaly-detection/components/writer/) section.
- Configure built-in models parameters according to your needs in the [models](https://docs.victoriametrics.com/anomaly-detection/components/models/) section. - Configure built-in models parameters according to your needs in the [models](/anomaly-detection/components/models/) section.
- Integrate your [custom models]((https://docs.victoriametrics.com/anomaly-detection/components/models/#custom-model-guide)) with `vmanomaly`. - Integrate your [custom models](/anomaly-detection/components/models/#custom-model-guide) with `vmanomaly`.
- Define queries for input data use [MetricsQL](https://docs.victoriametrics.com/metricsql/). - Define queries for input data using [MetricsQL](https://docs.victoriametrics.com/metricsql/).
## Check also ## Check also
Here are other materials that you might find useful: Here are other materials that you might find useful:
- [Guide: Anomaly Detection and Alerting Setup](https://docs.victoriametrics.com/anomaly-detection/guides/guide-vmanomaly-vmalert/) - [Guide: Anomaly Detection and Alerting Setup](/anomaly-detection/guides/guide-vmanomaly-vmalert/)
- [FAQ](https://docs.victoriametrics.com/anomaly-detection/faq/) - [FAQ](/anomaly-detection/faq/)
- [Changelog](https://docs.victoriametrics.com/anomaly-detection/changelog/) - [Changelog](/anomaly-detection/changelog/)
- [Anomaly Detection Blog](https://victoriametrics.com/blog/tags/anomaly-detection/) - [Anomaly Detection Blog](https://victoriametrics.com/blog/tags/anomaly-detection/)