From e409a27be244458eaaa3bba00858db6e01ff0f18 Mon Sep 17 00:00:00 2001 From: Cyrille Le Clerc Date: Wed, 28 Apr 2021 17:07:35 +0200 Subject: [PATCH] Fix case typo reported in #1621 (#1641) --- specification/logs/data-model.md | 86 ++++++++++++++++---------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/specification/logs/data-model.md b/specification/logs/data-model.md index f6259b1d21a..fcdd92cb5ea 100644 --- a/specification/logs/data-model.md +++ b/specification/logs/data-model.md @@ -932,19 +932,19 @@ All other fields | | @timestamp datetime Time the event was recorded - timestamp + Timestamp message string Any type of message - body + Body labels key/value Arbitrary labels related to the event - attributes[*] + Attributes[*] tags @@ -968,157 +968,157 @@ All other fields | | agent.ephemeral_id string Ephemeral ID created by agent - **resource + **Resource agent.id string Unique identifier of this agent - **resource + **Resource agent.name string Name given to the agent - resource["telemetry.sdk.name"] + Resource["telemetry.sdk.name"] agent.type string Type of agent - resource["telemetry.sdk.language"] + Resource["telemetry.sdk.language"] agent.version string Version of agent - resource["telemetry.sdk.version"] + Resource["telemetry.sdk.version"] source.ip, client.ip string The IP address that the request was made from. - attributes["net.peer.ip"] or attributes["net.host.ip"] + Attributes["net.peer.ip"] or Attributes["net.host.ip"] cloud.account.id string ID of the account in the given cloud - resource["cloud.account.id"] + Resource["cloud.account.id"] cloud.availability_zone string Availability zone in which this host is running. - resource["cloud.zone"] + Resource["cloud.zone"] cloud.instance.id string Instance ID of the host machine. - **resource + **Resource cloud.instance.name string Instance name of the host machine. - **resource + **Resource cloud.machine.type string Machine type of the host machine. - **resource + **Resource cloud.provider string Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean. - resource["cloud.provider"] + Resource["cloud.provider"] cloud.region string Region in which this host is running. - resource["cloud.region"] + Resource["cloud.region"] cloud.image.id* string - resource["host.image.name"] + Resource["host.image.name"] container.id string Unique container id - resource["container.id"] + Resource["container.id"] container.image.name string Name of the image the container was built on. - resource["container.image.name"] + Resource["container.image.name"] container.image.tag Array of string Container image tags. - **resource + **Resource container.labels key/value Image labels. - attributes[*] + Attributes[*] container.name string Container name. - resource["container.name"] + Resource["container.name"] container.runtime string Runtime managing this container. Example: "docker" - **resource + **Resource destination.address string Destination address for the event - attributes["destination.address"] + Attributes["destination.address"] error.code string Error code describing the error. - attributes["error.code"] + Attributes["error.code"] error.id string Unique identifier for the error. - attributes["error.id"] + Attributes["error.id"] error.message string Error message. - attributes["error.message"] + Attributes["error.message"] error.stack_trace string The stack trace of this error in plain text. - attributes["error.stack_trace] + Attributes["error.stack_trace] host.architecture string Operating system architecture - **resource + **Resource host.domain @@ -1127,7 +1127,7 @@ All other fields | | For example, on Windows this could be the host’s Active Directory domain or NetBIOS domain name. For Linux this could be the domain of the host’s LDAP provider. -**resource +**Resource host.hostname @@ -1136,26 +1136,26 @@ For example, on Windows this could be the host’s Active Directory domain or Ne It normally contains what the hostname command returns on the host machine. -resource["host.hostname"] +Resource["host.hostname"] host.id string Unique host id. - resource["host.id"] + Resource["host.id"] host.ip Array of string Host IP - resource["host.ip"] + Resource["host.ip"] host.mac array of string MAC addresses of the host - resource["host.mac"] + Resource["host.mac"] host.name @@ -1164,14 +1164,14 @@ It normally contains what the hostname command returns on the host machine. It may contain what hostname returns on Unix systems, the fully qualified, or a name specified by the user. -resource["host.name"] +Resource["host.name"] host.type string Type of host. - resource["host.type"] + Resource["host.type"] host.uptime @@ -1185,43 +1185,43 @@ It may contain what hostname returns on Unix systems, the fully qualified, or a string Ephemeral identifier of this service - **resource + **Resource service.id string Unique identifier of the running service. If the service is comprised of many nodes, the service.id should be the same for all nodes. - **resource + **Resource service.name string Name of the service data is collected from. - resource["service.name"] + Resource["service.name"] service.node.name string Specific node serving that service - resource["service.instance.id"] + Resource["service.instance.id"] service.state string Current state of the service. - attributes["service.state"] + Attributes["service.state"] service.type string The type of the service data is collected from. - **resource + **Resource service.version string Version of the service the data was collected from. - resource["service.version"] + Resource["service.version"]