Skip to content

Grafana

There are many ways for installing Grafana, or you can just use Grafana Cloud which has a free tier.

Victoria Logs Plugin

Install Datasource Plugin

Install VictoriaLogs datasource plugin just by selecting it under Administration > Plugins and data > Plugins in Grafana Cloud.

Or via grafana cli on a local deployment:

grafana-cli plugins install victoriametrics-logs-datasource

Configure Datasource Plugin

Go to Home > Connections > Datasources and click the Add data source button in the upper right.

Select VictoriaLogs.

Fill URL and other relevant parameters.

Click Save and Test button.

Configure Infinity Datasource

Go to Home > Connections > Datasources and click the Add data source button in the upper right.

Select Infinity.

Go to Security. Fill Allowed hosts with https://raw.githubusercontent.com/.

Click Save and Test button.

Install Sankey Panel

Install Sankey Panel just by selecting it under Administration > Plugins and data > Plugins in Grafana Cloud.

Or via grafana cli on a local deployment:

grafana-cli plugins install netsage-sankey-panel

Install ESnet Chord

Install ESnet Chord just by selecting it under Administration > Plugins and data > Plugins in Grafana Cloud.

Or via grafana cli on a local deployment:

grafana-cli plugins install esnet-chord-panel

Import Dashboards

Import Grafana dashboards from here

Currently, v2 Dashboards can not be uploaded to Dashboards page.

v2 Dynamic Dashboards

Make sure you enable on your instance v2 Dynamic Dashboards

v2 Dynamic Dashboards

Dynamic dashboards is an experimental feature

v2 Dynamic Dashboards

If the feature flag for dynamic dashboards is enabled, once an existing dashboard is migrated to a dynamic dashboard and using schema v2, it can’t be migrated back

Hopefully you should be dancing with your logs by now. 🕺💃

Enjoy!

Elasticsearch

Soon...