zeek_query_http
Query Zeek HTTP logs using filters for host, URI, method, status code, user agent, MIME type, and time range. Supports wildcard matching.
Instructions
Search Zeek HTTP request logs. Supports wildcard matching on host and URI, user agent filtering, and status code filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | URI path (supports wildcards) | |
| host | No | HTTP Host header (supports wildcards) | |
| limit | No | Max results | |
| srcIp | No | Source IP address | |
| method | No | HTTP method (GET, POST, PUT, DELETE, etc.) | |
| timeTo | No | End time (ISO 8601) | |
| mimeType | No | Response MIME type | |
| timeFrom | No | Start time (ISO 8601) | |
| userAgent | No | User-Agent string (partial match) | |
| statusCode | No | HTTP response status code |