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/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ according to [these docs](https://docs.victoriametrics.com/victorialogs/quicksta
18
18
19
19
## tip
20
20
21
+
* FEATURE: proxy requests to `/api/v1/notifiers`, `/api/v1/alerts` and `/api/v1/rules` to VMAlert, when `-vmalert.proxyURL` flag is set. See [#8272](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8272).
It is also possible to use **the disk snapshot** in order to perform a backup. This feature could be provided by your operating system,
262
262
cloud provider, or third-party tools. Note that the snapshot must be **consistent** to ensure reliable backup.
263
263
264
+
## vmalert
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.
270
+
271
+
For accessing vmalerts UI through VictoriaLogs configure `-vmalert.proxyURL` flag and visit
272
+
`http://<victorialogs-addr>:9428/vmalert/` link.
273
+
264
274
## Multitenancy
265
275
266
276
VictoriaLogs supports multitenancy. A tenant is identified by `(AccountID, ProjectID)` pair, where `AccountID` and `ProjectID` are arbitrary 32-bit unsigned integers.
0 commit comments