VictoriaLogs queries

v0.1.0

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.

Pack ID
victorialogs
Vendor
emisar
OS
linux
Actions
7
Required binaries: curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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:903d3037ae4a50ad2fae2552f525a376a52e72001d4d7716a514dacb1627346d

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

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

Actions 7 total

View on GitHub