Built-in Properties
Search expressions and queries can make use of system-provided data.
All Seq events expose a set of built-in properties that are distinguished by the @
symbol in their name:
Property | Description | Example Contents | Usage |
---|---|---|---|
| An integer indicating the order in which the event arrived at the Seq server | 12344 |
|
| The internal representation of the event as a single structured object. | { "@t": ... } |
|
| A hash of the message template that was used to generate the event | 0x5432a8ff |
|
| The exception associated with the event if any, as a string | System.InvalidOp... |
|
| The event's unique id in Seq | event-d8ce...0000 |
|
| The logging level of the event, as a string | Warning |
|
| The text message associated with the event | Failed to open file... |
|
| The message template used to generate the event | Logged in {Username} |
|
| A dictionary with all properties associated with the event (Seq 3.1) |
|
|
| The UTC timestamp associated with the event | 2015-02-28T13:56:20.293Z |
|
Quick filter shortcuts
Many queries listed here are provided as one-click shortcuts via the row of blue links beneath the message text in an expanded log event -
Id
,Level
,Type
and so-on.
Updated 20 days ago