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
_createdAt
Filter by message timestamp.
_logId
_logId
Filter by log ID.
_name
_name
Filter by name.
_logType
_logType
Filter by log type.
_message
_message
Filter by message content.
_level
_level
Filter by level.
_type
_type
Filter by message type.
_source
_source
Filter by source.
_sessionId
_sessionId
Filter by session ID.
_correlationId
_correlationId
Filter by correlation ID.
_kind
_kind
Filter by kind.
_subKind
_subKind
Filter by sub kind.
_typeId
_typeId
Filter by type ID.
_instance
_instance
Filter by instance.
Last updated