Vector observability pipeline

v0.1.0

Read-only ops for a Vector (vector.dev) pipeline running on the runner host: version + compiled-component inventory, offline config validation, the configured topology as Graphviz DOT, a bounded live event tap, plus health and per-component throughput reads over the local API. CLI subcommands talk to the local binary; the API reads hit 127.0.0.1:8686.

Pack ID
vector
Vendor
emisar
OS
linux
Actions
7
Required binaries: vector, 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:575ae11bb5ab80f97c709158bacd3dc5afe777706b3b455be141f9b1a790c79a

on the runner host
sudo emisar pack install vector \
  --hash sha256:575ae11bb5ab80f97c709158bacd3dc5afe777706b3b455be141f9b1a790c79a \
  --dest /etc/emisar/packs

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

Actions 7 total

View on GitHub