Install Zeal
Download the pre-built binary for your platform. See the Installation page for full instructions.Verify the install:
Run a basic filter
Query a JSON log file and filter by field value:This returns every log entry where the
level field equals "error". Matching is case-insensitive.Try numeric comparisons
Filter by numeric fields and limit output:
SHOW LAST 10 returns only the 10 most recent matches.Use CONTAINS for substring search
Find entries where a field contains a substring (case-insensitive):
Try temporal correlation
The killer feature — find errors that happened within 5 seconds of a warning:
Temporal correlation requires timestamps in your log entries. Zeal auto-maps common timestamp field names:
timestamp, ts, time, @timestamp.Next steps
Query language
Learn the full syntax: FROM, WHERE, GROUP BY, SHOW.
Temporal correlation
Explore the WITHIN…OF feature in depth.
CLI options
See all available flags and options.
