@@ -4,7 +4,7 @@ The VictoriaLogs Grafana plugin allows Grafana to query, visualize,
44and interact with [ VictoriaLogs] ( https://docs.victoriametrics.com/victorialogs ) ,
55a high-performance log storage and processing system.
66
7- ![ dashboard.png ] ( https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/dashboard.png )
7+ < img alt = " Grafana Dashboard Screenshot " src = " https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/dashboard.png?raw=true " >
88
99## Capabilities
1010
@@ -32,19 +32,10 @@ Provisioning of Grafana plugin requires creating [datasource config file](http:/
3232``` yaml
3333apiVersion : 1
3434datasources :
35- # <string, required> Name of the VictoriaLogs datasource
36- # displayed in Grafana panels and queries.
3735 - name : VictoriaLogs
38- # <string, required> Sets the data source type.
3936 type : victoriametrics-logs-datasource
40- # <string, required> Sets the access mode, either
41- # proxy or direct (Server or Browser in the UI).
4237 access : proxy
43- # <string> Sets URL for sending queries to VictoriaLogs server.
44- # see https://docs.victoriametrics.com/victorialogs/querying/
4538 url : http://victorialogs:9428
46- # <string> Sets the pre-selected datasource for new panels.
47- # You can set only one default data source per organization.
4839 isDefault : true
4940` ` `
5041
@@ -56,27 +47,26 @@ Queries can be built using raw LogsQL or via QueryBuilder.
5647See panels examples at [VictoriaMetrics playground](https://play-grafana.victoriametrics.com/d/be5zidev72m80f/k8s-logs-demo)
5748and LogsQL examples [here](https://docs.victoriametrics.com/victorialogs/logsql-examples/).
5849
59-
6050### Logs panel
6151
6252For using [Logs panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/logs/)
6353switch to ` Raw Logs` query type:
6454
65- 
55+ <img alt="Logs panel" src=" https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_logs.png?raw=true">
6656
6757# ## Time series panel
6858
6959For using [Time series panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/time-series/)
7060switch to `Range` query type :
7161
72- 
62+ <img alt="Time series panel" src=" https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_time_series.png?raw=true">
7363
7464# ## Stats panel
7565
7666For using [Stats panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/stat/)
7767switch to `Instant` query type :
7868
79- 
69+ <img alt="Stats panel" src=" https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_stat.png?raw=true">
8070
8171For enabling background visualization switch to `Range` query type.
8272
@@ -85,11 +75,11 @@ For enabling background visualization switch to `Range` query type.
8575For using [Table panel](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/table/)
8676switch to `Raw Logs` query type :
8777
88- 
78+ <img alt="Table panel" src=" https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_table.png?raw=true">
8979
9080And apply `Transformations` by labels :
9181
92- 
82+ <img alt="Transformations" src=" https://github.com/VictoriaMetrics/victorialogs-datasource/blob/main/src/img/panel_table_transformation.png?raw=true">
9383
9484# # License
9585
0 commit comments