elasticsearch
Installation
SKILL.md
Elasticsearch Log Querying
Overview
This skill provides access to Elasticsearch APIs for querying application logs. Elasticsearch stores structured log data that can be searched, filtered, and analyzed using its REST API.
Authentication
All curl commands should use -u "$ES_USERNAME:$ES_PASSWORD" for authentication.
By default, credentials come from the shell env vars ES_USERNAME / ES_PASSWORD.
An environment in environments.json may override these per-env (see below).
Environments Configuration
Per-environment settings (URL, index pattern, optional credentials) are stored in
environments.json at the skill root and managed via scripts/envs.py. At least
one environment must be configured for the skill to work.