You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/victorialogs/README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,13 +263,10 @@ cloud provider, or third-party tools. Note that the snapshot must be **consisten
263
263
264
264
## vmalert
265
265
266
-
VictoriaLogs is capable of proxying requests to [vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/)
267
-
when `-vmalert.proxyURL` flag is set. Use this feature for the following cases:
268
-
* for proxying requests from [Grafana Alerting UI](https://grafana.com/docs/grafana/latest/alerting/);
269
-
* for accessing vmalerts UI through VictoriaLogs Web interface.
266
+
VictoriaLogs is capable of proxying requests to [VMAlert](https://docs.victoriametrics.com/victoriametrics/vmalert/)
267
+
when `-vmalert.proxyURL` flag is set. Use this feature for accessing VMAlert API through VictoriaLogs Web interface.
270
268
271
-
For accessing vmalerts UI through VictoriaLogs configure `-vmalert.proxyURL` flag and visit
272
-
`http://<victorialogs-addr>:9428/vmalert/` link.
269
+
For accessing VMAlert API through VictoriaLogs configure `-vmalert.proxyURL` flag. All VMAlert endpoints become available at `http://<victorialogs-addr>:9428/select/vmalert`.
0 commit comments