search_logs
Query Elasticsearch logs using keywords or Lucene syntax within a defined time window and index pattern.
Instructions
Search logs matching keywords within a time range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Elasticsearch index pattern, e.g. 'logs-*' | |
| keyword | Yes | Keyword or lucene query to search for | |
| hoursBack | Yes | Number of hours to look back |