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
Changelog
v0.1.0 #101
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,
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        101
      ]
    }
  ]
}

event.name

string PII: Maybe OTel: False

The name that uniquely identifies this event (log record)

Example Process Payload
Changelog
v0.1.0 #101#127
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",
  "changelog": [
    {
      "version": "0.1.0",
      "prs": [
        101,
        127
      ]
    }
  ]
}