ECS usage for the APM data.
Field | Description | Level | Type | Example |
---|---|---|---|---|
id | Unique id to describe the event. | (use case) | keyword | 8a4f500d |
@timestamp | Timestamp when the event was created in the app / service. | core | date | 2016-05-23T08:05:34.853Z |
agent.* | The agent fields are used to describe which agent did send the information. |
|||
agent.version | APM Agent version. | core | keyword | 3.14.0 |
agent.name | APM agent name. | core | keyword | elastic-node |
service.* | The service fields describe the service inside which the APM agent is running. |
|||
service.id | Unique identifier of the running service. | core | keyword | d37e5ebfe0ae6c4972dbe9f0174a1637bb8247f6 |
service.name | Name of the service the agent is running in. This is normally a user defined name. | core | keyword | user-service |
service.version | Version of the service the agent is running in. This depends on if the service is given a version. | core | keyword | 3.2.4 |