VictoriaLogs provider allows you to query logs from VictoriaLogs.
Grafana Loki Host URL
is required.HTTP basic authentication - Username
: The username to use for HTTP basic authentication.HTTP basic authentication - Password
: The password to use for HTTP basic authentication.Bearer Token
: The bearer token to use for authentication.X-Scope-OrgID Header
: The organization ID to use for VictoriaLogs Multi-tenancy support. (Optional)query
, hits
, stats_query
and stats_query_range
types. The following are the parameters available for querying:
query
type:
query
: This is the query to perform.limit
: The max number of matching entries to return.timeout
: The query timeout in seconds.AccountID
: The account ID to use for VictoriaLogs.ProjectID
: The project ID to use for VictoriaLogs.hits
type:
query
: This is the query to perform.start
: The start time for the query.end
: The end time for the query.step
: The step for the query.AccountID
: The account ID to use for VictoriaLogs.ProjectID
: The project ID to use for VictoriaLogs.stats_query
type:
query
: This is the query to perform.time
: The evaluation time for the query.stats_query_range
type:
query
: This is the query to perform.start
: The start time for the query.end
: The end time for the query.step
: The step for the query.