graylog_search_messages
Execute a Lucene query against Graylog to search messages within an absolute time range, returning matching log entries.
Instructions
Run a raw Graylog Lucene query over an absolute RFC3339 time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | timestamp | |
| limit | No | ||
| query | Yes | ||
| fields | No | ||
| offset | No | ||
| streams | No | ||
| to_time | Yes | ||
| from_time | Yes | ||
| sort_order | No | Ascending |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| events | Yes | ||
| returned | Yes | ||
| truncated | Yes | ||
| effective_timerange | No |