Elasticsearch / OpenSearch ops

v0.1.4

Cluster + index introspection plus narrow mutators (cache_clear, force_merge, flush_synced, close_index). Auth via ELASTIC_USER + ELASTIC_PASSWORD env vars on the runner host. Does NOT include delete_index — too easy to misuse.

Pack ID
elasticsearch
Vendor
emisar
OS
linux
Actions
21
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:514e9bd357323e22509addfdcf478aa43e83540715ccd637eb17f57c75e0b06f

on the runner host
sudo emisar pack install elasticsearch \
  --hash sha256:514e9bd357323e22509addfdcf478aa43e83540715ccd637eb17f57c75e0b06f \
  --dest /etc/emisar/packs

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

Actions 21 total

View on GitHub