From fa35112d29f7f0b450803f702f659588f6a1bec4 Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Thu, 28 Apr 2022 20:55:58 -0400 Subject: [PATCH] Update com.google.* to gcp.* in logs data model (#2514) --- specification/logs/data-model.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/logs/data-model.md b/specification/logs/data-model.md index 85cfb88eb97..866ebd55c70 100644 --- a/specification/logs/data-model.md +++ b/specification/logs/data-model.md @@ -1007,7 +1007,7 @@ Field | Type | Description -----------------|--------------------| ------------------------------------------------------- | --------------------------- timestamp | string | The time the event described by the log entry occurred. | Timestamp resource | MonitoredResource | The monitored resource that produced this log entry. | Resource -log_name | string | The URL-encoded LOG_ID suffix of the log_name field identifies which log stream this entry belongs to. | Attributes["com.google.log_name"] +log_name | string | The URL-encoded LOG_ID suffix of the log_name field identifies which log stream this entry belongs to. | Attributes["gcp.log_name"] json_payload | google.protobuf.Struct | The log entry payload, represented as a structure that is expressed as a JSON object. | Body proto_payload | google.protobuf.Any | The log entry payload, represented as a protocol buffer. | Body text_payload | string | The log entry payload, represented as a Unicode string (UTF-8). | Body @@ -1015,8 +1015,8 @@ severity | LogSeverity | The severity of the log entry. trace | string | The trace associated with the log entry, if any. | TraceId span_id | string | The span ID within the trace associated with the log entry. | SpanId labels | map | A set of user-defined (key, value) data that provides additional information about the log entry. | Attributes -http_request | HttpRequest | The HTTP request associated with the log entry, if any. | Attributes["com.google.httpRequest"] -All other fields | | | Attributes["com.google.*"] +http_request | HttpRequest | The HTTP request associated with the log entry, if any. | Attributes["gcp.http_request"] +All other fields | | | Attributes["gcp.*"] ## Elastic Common Schema