Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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, the Grafana Alerting UI cannot work with the VictoriaLogs datasource, since it does not proxy requests to the configured `-vmalert.proxyURL` due to a hard limitation on Grafana side, see [this issue](https://github.com/VictoriaMetrics/victoriametrics-datasource/issues/59#issuecomment-2694191642) for details.
Comment thread
Haleygo marked this conversation as resolved.
Outdated

## 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, the Grafana Alerting UI cannot work with the VictoriaLogs datasource, since it does not proxy requests to the configured `-vmalert.proxyURL` due to a hard limitation on Grafana side, see [this issue](https://github.com/VictoriaMetrics/victoriametrics-datasource/issues/59#issuecomment-2694191642) for details.