Skip to main content

Elasticsearch / OpenSearch ops

v0.1.7

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.

18 allowed by default 2 need approval 1 denied by default
Pack ID
elasticsearch
Vendor
emisar
OS
linux
Actions
21
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:7d3aada9cedeabebadb2ce8cf1ae9a6f8ae623437d01e5ad207ae5523ae608ed

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

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

Actions 21 total

View on GitHub