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
_createdAtFilter by message timestamp.
_createdAt >= 2024-12-13T14:00:21.185Z
_createdAt > 2024-12-13T14:00 _createdAt < 2024-12-13T15:00_logId
_logIdFilter by log ID.
_logId = oVn9Pa9DzJuWtAA71sSz3y_name
_nameFilter by name.
_name = started
_name != finished
_name = get*details
_name = "Get User Details"_logType
_logTypeFilter by log type.
_message
_messageFilter by message content.
_level
_levelFilter by level.
_type
_typeFilter by message type.
_source
_sourceFilter by source.
_sessionId
_sessionIdFilter by session ID.
_correlationId
_correlationIdFilter by correlation ID.
_kind
_kindFilter by kind.
_subKind
_subKindFilter by sub kind.
_typeId
_typeIdFilter by type ID.
_instance
_instanceFilter by instance.
Last updated
Was this helpful?