Expand description
Log querying from indexed journal files.
This module provides the LogQuery builder for efficiently querying and
merging log entries from multiple indexed journal files, as well as
functions for extracting raw field data from journal entries.
Structsยง
- LogEntry
Data - Raw field data extracted from a journal entry.
- LogQuery
- Builder for configuring and executing log queries from indexed journal files.
- Pagination
State - Pagination state for multi-file log queries.