observability-logs-search
Installation
SKILL.md
Logs Search
Search and filter logs to support incident investigation. The workflow mirrors Kibana Discover: apply a time range and
scope filter, then iteratively add exclusion filters (NOT) until a small, interesting subset of logs remains—either
the root cause or the key document. Optionally view logs in context (preceding and following that document) or pivot to
another entity and start a fresh search. Use ES|QL only (POST /_query); do not use Query DSL.
When NOT to use
- Metrics or traces — use the dedicated metric or trace tools.
Parameter conventions
Use consistent names for Observability log search:
Related skills