Skip to content

Commit 254bc7a

Browse files
updated docs
1 parent 01ddff7 commit 254bc7a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/victorialogs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,15 @@ cloud provider, or third-party tools. Note that the snapshot must be **consisten
263263

264264
## vmalert
265265

266-
VictoriaLogs is capable of proxying requests to [vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/)
266+
VictoriaLogs is capable of proxying requests to [VMAlert](https://docs.victoriametrics.com/victoriametrics/vmalert/)
267267
when `-vmalert.proxyURL` flag is set. Use this feature for the following cases:
268268
* for proxying requests from [Grafana Alerting UI](https://grafana.com/docs/grafana/latest/alerting/);
269-
* for accessing vmalerts UI through VictoriaLogs Web interface.
269+
* for accessing VMAlert API through VictoriaLogs Web interface.
270270

271-
For accessing vmalerts UI through VictoriaLogs configure `-vmalert.proxyURL` flag and visit
272-
`http://<victorialogs-addr>:9428/vmalert/` link.
271+
For accessing VMAlert API through VictoriaLogs configure `-vmalert.proxyURL` flag. List of proxied VMAlert endpoints:
272+
- `http://<victorialogs-addr>:9428/select/api/v1/alerts` - lists all alerts
273+
- `http://<victorialogs-addr>:9428/select/api/v1/rules` - lists groups of alerting and recording rules
274+
- `http://<victorialogs-addr>:9428/select/api/v1/notifiers` - lists VMAlert notifiers
273275

274276
## Multitenancy
275277

0 commit comments

Comments
 (0)