Event Attributes

2 attributes in this category. 2 stable

Stable Attributes

event.id

integer PII: False OTel: False

The unique identifier for this event (log record)

Example 1234567890
Raw JSON
{
  "key": "event.id",
  "brief": "The unique identifier for this event (log record)",
  "type": "integer",
  "pii": {
    "key": "false"
  },
  "is_in_otel": false,
  "example": 1234567890
}

event.name

string PII: Maybe OTel: False

The name that uniquely identifies this event (log record)

Example Process Payload
Raw JSON
{
  "key": "event.name",
  "brief": "The name that uniquely identifies this event (log record)",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": false,
  "example": "Process Payload"
}