diff --git a/docs/guides/guide-vmanomaly-files.png b/docs/guides/guide-vmanomaly-files.png index 794ea5cd1..949054898 100644 Binary files a/docs/guides/guide-vmanomaly-files.png and b/docs/guides/guide-vmanomaly-files.png differ diff --git a/docs/guides/guide-vmanomaly-vmalert.md b/docs/guides/guide-vmanomaly-vmalert.md index e3640f217..8faea5cfd 100644 --- a/docs/guides/guide-vmanomaly-vmalert.md +++ b/docs/guides/guide-vmanomaly-vmalert.md @@ -11,10 +11,11 @@ aliases: # Getting started with vmanomaly **Prerequisites** +- *vmanomaly* is a part of enterprise package. You can get license key [here](https://victoriametrics.com/products/enterprise/trial) to try this tutorial. - In the tutorial, we'll be using the following VictoriaMetrics components: - - [VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html) (v.1.83.1) - - [vmalert](https://docs.victoriametrics.com/vmalert.html) (v.1.83.1) - - [vmagent](https://docs.victoriametrics.com/vmagent.html) (v.1.83.1) + - [VictoriaMetrics](https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html) (v.1.93.1) + - [vmalert](https://docs.victoriametrics.com/vmalert.html) (v.1.93.1) + - [vmagent](https://docs.victoriametrics.com/vmagent.html) (v.1.93.1) If you're unfamiliar with the listed components, please read [QuickStart](https://docs.victoriametrics.com/Quick-Start.html) first. - It is assumed that you are familiar with [Grafana](https://grafana.com/)(v.9.3.1) and [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/). @@ -164,6 +165,7 @@ As the result of running vmanomaly, it produces the following metrics: Here is an example of how output metric will be written into VictoriaMetrics: `anomaly_score{for="node_cpu_rate", cpu="0", instance="node-xporter:9100", job="node-exporter", mode="idle"} 0.85` + ____________________________________________ ## 7. vmalert configuration @@ -251,8 +253,14 @@ scrape_configs: +### vmanomaly licencing +We are going to use license stored locally in file `vmanomaly_licence.txt` with key in it. +You can explore other license options [here](https://docs.victoriametrics.com/vmanomaly.html#licensing) + + ### Docker-compose -Let's wrap it all up together into the `docker-compose.yml` file + +Let's wrap it all up together into the `docker-compose.yml` file.