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: src/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,13 @@ Try it at [VictoriaMetrics playground](https://play-grafana.victoriametrics.com/
21
21
For detailed instructions on how to install the plugin on Grafana Cloud or locally, please checkout the [Plugin installation docs](https://grafana.com/docs/grafana/latest/plugins/installation/).
22
22
For installation options in Docker or Kubernetes refer to [these docs](https://github.com/VictoriaMetrics/victorialogs-datasource?tab=readme-ov-file#installation).
23
23
24
+
## Multitenancy configuration
25
+
26
+
VictoriaLogs datasource supports [multitenancy](https://docs.victoriametrics.com/victorialogs/#multitenancy) via `multitenancyHeaders` datasource configuration option.
27
+
To configure it, set AccountID and ProjectID in the `multitenancyHeaders` section.
Once the plugin is installed on your Grafana instance, follow [these instructions](https://grafana.com/docs/grafana/latest/datasources/add-a-data-source/)
@@ -38,6 +45,12 @@ datasources:
38
45
access: proxy
39
46
url: http://victorialogs:9428
40
47
isDefault: true
48
+
jsonData:
49
+
# Multitenancy settings, see https://docs.victoriametrics.com/victorialogs/#multitenancy
50
+
# to use the multitenancy, uncomment lines below: AccountID and ProjectID
0 commit comments