Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/victorialogs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,8 @@ is set to vmalert url. For example, the following command instructs proxying `ht
This allows accessing [vmalert web UI](https://docs.victoriametrics.com/victoriametrics/vmalert/#web) via VictoriaLogs
at the `/select/vmalert/*` paths.

> Currently, Grafana Alerting UI cannot display datasource-managed rules through the VictoriaLogs datasource plugin, even when `-vmalert.proxyURL` is configured. This is because Grafana currently supports datasource-managed rules only for the `Prometheus` and `Loki` datasource types. See [this issue](https://github.com/VictoriaMetrics/victoriametrics-datasource/issues/59#issuecomment-2694191642) for details.

## List of command-line flags

Pass `-help` to VictoriaLogs in order to see the list of supported command-line flags with their description:
Expand Down
4 changes: 4 additions & 0 deletions docs/victorialogs/vmalert.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,7 @@ Please refer to [How to use multitenancy in rules](https://docs.victoriametrics.
- "/select/logsql/.*"
url_prefix: "http://victorialogs:9428"
```

### How to display rules in Grafana Alerting UI?

Currently, Grafana Alerting UI cannot display datasource-managed rules through the VictoriaLogs datasource plugin, even when `-vmalert.proxyURL` is configured. This is because Grafana currently supports datasource-managed rules only for the `Prometheus` and `Loki` datasource types. See [this issue](https://github.com/VictoriaMetrics/victoriametrics-datasource/issues/59#issuecomment-2694191642) for details.