Skip to main content

VictoriaLogs queries

v0.1.3

Read-only LogsQL access to VictoriaLogs over its HTTP API: search log entries, hit histograms over time, stats aggregations (instant + range), and field / stream discovery. Express time ranges inside the LogsQL query via the _time filter. One base URL serves single-node and vmauth-fronted deployments; multitenancy via optional headers.

7 allowed by default
Pack ID
victorialogs
Vendor
emisar
OS
linux
Actions
7
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
curl

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:b5f03ee99fe04d612a77de1388269c89907c7b018763edd10927d3445a5ad8c3

on the runner host
sudo emisar pack install victorialogs \
  --hash sha256:b5f03ee99fe04d612a77de1388269c89907c7b018763edd10927d3445a5ad8c3 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 7 total

View on GitHub