For the complete documentation index, see llms.txt. This page is also available as Markdown.

Keyword Searches

CLQL Keyword Searches

Use keyword searches to filter log messages by specific metadata fields rather than searching all field values. Keyword fields are prefixed with _.

Tip: Start typing _ in the search box for autocomplete suggestions of available metadata fields.

Below are some supported keyword fields with examples:

_createdAt

Filter by message timestamp.

_createdAt >= 2024-12-13T14:00:21.185Z
_createdAt > 2024-12-13T14:00 _createdAt < 2024-12-13T15:00

_logId

Filter by log ID.

_logId = oVn9Pa9DzJuWtAA71sSz3y

_name

Filter by name.

_name = started
_name != finished
_name = get*details
_name = "Get User Details"

_logType

Filter by log type.

_message

Filter by message content.

_level

Filter by level.

_type

Filter by message type.

_source

Filter by source.

_sessionId

Filter by session ID.

_correlationId

Filter by correlation ID.

_kind

Filter by kind.

_subKind

Filter by sub kind.

_typeId

Filter by type ID.

_instance

Filter by instance.

Last updated

Was this helpful?