Deploy VictoriaLogs-Grafana

Bare bones Grafana provisioned with VictoriaLogs

Deploy VictoriaLogs-Grafana

Just deployed

/victoria-logs-data

/grafana/data

Overview

Bare bones template to set up a Grafana instance provisioned with a VictoriaLogs data source.

A basic starter for sending logs to VictoriaLogs (replace [VICTORIALOGS_INSTANCE] and [BASE_64_AUTH] with your actual instance url and base-64 encoded username:password):

curl --request POST \
  --url 'https://[VICTORIALOGS_INSTANCE]/insert/jsonline?_stream_fields=stream&_time_field=date&_msg_field=log.message' \
  --header 'Authorization: Basic [BASE_64_AUTH]' \
  --header 'Content-Type: application/stream+json' \
  --data '{ "log": { "level": "info", "message": "hello world" }, "date": "0", "stream": "stream1" }
{ "log": { "level": "error", "message": "oh no!" }, "date": "0", "stream": "stream1" }
{ "log": { "level": "info", "message": "hello world" }, "date": "0", "stream": "stream2" }'

Read more about VictoriaLogs data ingestion options here.

Documentation

The full list of CLI flags for VictoriaLogs can be found here.

The provisioned Grafana configuration can be found here.


Template Content

More templates in this category

View Template
NEW
Rootprint
Open-source logs and traces with full-text search on object-storage.

Rootprint
1
View Template
Pyroscope profiling
Protected continuous profiling with durable Pyroscope storage.

Anton Orel
1
View Template
SigOnly
Deploy SigNoz with a working demo app & config in one click

zoeyjones
22