AWS CloudWatch operations

v0.1.1

Metric + alarm + log group + log stream + log query introspection. Read-only. Auth via AWS_PROFILE.

Pack ID
aws-cloudwatch
Vendor
emisar
OS
linux
Actions
7
Required binaries: aws. 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:0e8263fbd1ad039bead267440951009e1349845cc567cfe07fcd4aff45bc278f

on the runner host
sudo emisar pack install aws-cloudwatch \
  --hash sha256:0e8263fbd1ad039bead267440951009e1349845cc567cfe07fcd4aff45bc278f \
  --dest /etc/emisar/packs

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

Actions 7 total

View on GitHub