Typesense search

v0.1.0

Read-only diagnostics for a Typesense search node over its HTTP API: health and node/raft state, per-endpoint request stats and system metrics, the collection catalog and individual schemas, API-key metadata, and a tail of slow requests from the server log. One admin API key, streamed over curl stdin, unlocks the stats/metrics/debug endpoints a search-only key cannot read.

Pack ID
typesense
Vendor
emisar
OS
linux
Actions
8
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:05f9d42f147bfda3cc0dd2840438dadb6f96e958de5f7368f1bf0f2877d416d8

on the runner host
sudo emisar pack install typesense \
  --hash sha256:05f9d42f147bfda3cc0dd2840438dadb6f96e958de5f7368f1bf0f2877d416d8 \
  --dest /etc/emisar/packs

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

Actions 8 total

View on GitHub