Skip to content

Commit 22cdf78

Browse files
committed
Update generated docs
1 parent 7ef579f commit 22cdf78

File tree

19 files changed

+168435
-12408
lines changed

19 files changed

+168435
-12408
lines changed

docs/reference/ecs-entity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ The entity fields provide a standardized way to represent and categorize differe
1717
| --- | --- | --- |
1818
| $$$field-entity-attributes$$$ [entity.attributes](#field-entity-attributes) | _This field is beta and subject to change._ A set of static or semi-static attributes of the entity. Usually boolean or keyword field data types. Use this field set when you need to track static or semi-static characteristics of an entity for advanced searching and correlation of normalized values across different providers/sources and entity types.<br><br>type: object | extended |
1919
| $$$field-entity-behavior$$$ [entity.behavior](#field-entity-behavior) | _This field is beta and subject to change._ A set of ephemeral characteristics of the entity, derived from observed behaviors during a specific time period. Usually boolean field data type. Use this field set when you need to capture and track ephemeral characteristics of an entity for advanced searching, correlation of normalized values across different providers/sources and entity types.<br><br>type: object | extended |
20-
| $$$field-entity-display_name$$$ [entity.display_name](#field-entity-display_name) | _This field is beta and subject to change._ An optional field used when a pretty name is desired for entity-centric operations. This field should not be used for correlation with `*.name` fields for entities with dedicated field sets (e.g., `host`).<br><br>type: keyword<br><br>Multi-fields:<br><br>* entity.display_name.text (type: text) | extended |
20+
| $$$field-entity-display-name$$$ [entity.display_name](#field-entity-display-name) | _This field is beta and subject to change._ An optional field used when a pretty name is desired for entity-centric operations. This field should not be used for correlation with `*.name` fields for entities with dedicated field sets (e.g., `host`).<br><br>type: keyword<br><br>Multi-fields:<br><br>* entity.display_name.text (type: text) | extended |
2121
| $$$field-entity-id$$$ [entity.id](#field-entity-id) | A unique identifier for the entity. When multiple identifiers exist, this should be the most stable and commonly used identifier that: 1) persists across the entity's lifecycle, 2) ensures uniqueness within its scope, 3) is commonly used for queries and correlation, and 4) is readily available in most observations (logs/events). For entities with dedicated field sets (e.g., host, user), this value should match the corresponding *.id field. Alternative identifiers (e.g., ARNs values in AWS, URLs) can be preserved in the raw field.<br><br>type: keyword | core |
22-
| $$$field-entity-last_seen_timestamp$$$ [entity.last_seen_timestamp](#field-entity-last_seen_timestamp) | _This field is beta and subject to change._ Indicates the date/time when this entity was last "seen," usually based upon the last event/log that is initiated by this entity.<br><br>type: date | extended |
22+
| $$$field-entity-last-seen-timestamp$$$ [entity.last_seen_timestamp](#field-entity-last-seen-timestamp) | _This field is beta and subject to change._ Indicates the date/time when this entity was last "seen," usually based upon the last event/log that is initiated by this entity.<br><br>type: date | extended |
2323
| $$$field-entity-lifecycle$$$ [entity.lifecycle](#field-entity-lifecycle) | _This field is beta and subject to change._ A set of temporal characteristics of the entity. Usually date field data type. Use this field set when you need to track temporal characteristics of an entity for advanced searching and correlation of normalized values across different providers/sources and entity types.<br><br>type: object | extended |
2424
| $$$field-entity-metrics$$$ [entity.metrics](#field-entity-metrics) | _This field is beta and subject to change._ Field set for any fields containing numeric entity metrics. These use dynamic field data type mapping.<br><br>type: object | extended |
2525
| $$$field-entity-name$$$ [entity.name](#field-entity-name) | _This field is beta and subject to change._ The name of the entity. The keyword field enables exact matches for filtering and aggregations, while the text field enables full-text search. For entities with dedicated field sets (e.g., `host`), this field should mirrors the corresponding *.name value.<br><br>type: keyword<br><br>Multi-fields:<br><br>* entity.name.text (type: text) | core |
2626
| $$$field-entity-raw$$$ [entity.raw](#field-entity-raw) | _This field is beta and subject to change._ Original, unmodified fields from the source system. Usually flattened field data type. While the attributes field should be used for normalized fields requiring advanced queries, this field preserves all source metadata with basic search capabilities.<br><br>type: object | extended |
2727
| $$$field-entity-reference$$$ [entity.reference](#field-entity-reference) | _This field is beta and subject to change._ A URI, URL, or other direct reference to access or locate the entity in its source system. This could be an API endpoint, web console URL, or other addressable location. Format may vary by entity type and source system.<br><br>type: keyword | extended |
2828
| $$$field-entity-source$$$ [entity.source](#field-entity-source) | _This field is beta and subject to change._ The module or integration that provided this entity data (similar to event.module).<br><br>type: keyword | core |
29-
| $$$field-entity-type$$$ [entity.type](#field-entity-type) | _This field is beta and subject to change._ A standardized high-level classification of the entity. This provides a normalized way to group similar entities across different providers or systems. Example values: `bucket`, `database`, `container`, `function`, `queue`, `host`, `user`, `application`, `session`, etc.<br><br>type: keyword<br><br>example: `host` | core |
29+
| $$$field-entity-sub-type$$$ [entity.sub_type](#field-entity-sub-type) | _This field is beta and subject to change._ The specific type designation for the entity as defined by its provider or system. This field provides more granular classification than the type field. Examples: `aws_s3_bucket`, `gcp_cloud_storage_bucket`, `azure_blob_container` would all map to entity type `bucket`. `hardware` , `virtual` , `container` , `node` , `cloud_instance` would all map to entity type `host`.<br><br>type: keyword<br><br>example: `aws_s3_bucket` | extended |
30+
| $$$field-entity-type$$$ [entity.type](#field-entity-type) | _This field is beta and subject to change._ A standardized high-level classification of the entity. This provides a normalized way to group similar entities across different providers or systems. Example values: `bucket`, `database`, `container`, `function`, `queue`, `host`, `user`, `application`, `session`, etc.<br><br>type: keyword<br><br>Note: This field should contain an array of values.<br><br>**Important:** The field value must be one of the following:<br><br>bucket, database, container, function, queue, host, user, application, service, session<br><br>To learn more about when to use which value, visit the page [allowed values for entity.type](/reference/ecs-allowed-values-entity-type.md)<br> | core |
3031

3132
## Field reuse [_field_reuse]
3233

docs/reference/ecs-field-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ For a single page representation of all fields, please see the [generated CSV of
3838
| [ECS](/reference/ecs-ecs.md) | Meta-information specific to ECS. |
3939
| [ELF Header](/reference/ecs-elf.md) | These fields contain Linux Executable Linkable Format (ELF) metadata. |
4040
| [Email](/reference/ecs-email.md) | Describes an email transaction. |
41+
| [Entity](/reference/ecs-entity.md) | Fields to describe various types of entities across IT environments. |
4142
| [Error](/reference/ecs-error.md) | Fields about errors of any kind. |
4243
| [Event](/reference/ecs-event.md) | Fields breaking down the event details. |
4344
| [FaaS](/reference/ecs-faas.md) | Fields describing functions as a service. |

docs/reference/ecs-otel-alignment-details.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ The following table gives an overview of mappings between individual ECS fields
158158
| $$$otel-mapping-for-process-args-count$$$ [process.args_count](/reference/ecs-process.md#field-process-args-count) | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.args_count](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-args-count) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
159159
| $$$otel-mapping-for-process-command-line$$$ [process.command_line](/reference/ecs-process.md#field-process-command-line) | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.command_line](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-command-line) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
160160
| $$$otel-mapping-for-process-executable$$$ [process.executable](/reference/ecs-process.md#field-process-executable) | [![equivalent](https://img.shields.io/badge/equivalent-1ba9f5?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.executable.path](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-executable-path) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
161-
| $$$otel-mapping-for-process-real-user-id$$$ process.real_user.id | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.real_user.id](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-real-user-id) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
162-
| $$$otel-mapping-for-process-saved-user-id$$$ process.saved_user.id | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.saved_user.id](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-saved-user-id) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
163161
| $$$otel-mapping-for-process-user-id$$$ process.user.id | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.user.id](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-user-id) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
162+
| $$$otel-mapping-for-process-saved-user-id$$$ process.saved_user.id | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.saved_user.id](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-saved-user-id) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
163+
| $$$otel-mapping-for-process-real-user-id$$$ process.real_user.id | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.real_user.id](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-real-user-id) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
164164
| $$$otel-mapping-for-process-interactive$$$ [process.interactive](/reference/ecs-process.md#field-process-interactive) | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.interactive](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-interactive) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
165-
| $$$otel-mapping-for-process-real-user-name$$$ process.real_user.name | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.real_user.name](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-real-user-name) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
166-
| $$$otel-mapping-for-process-saved-user-name$$$ process.saved_user.name | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.saved_user.name](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-saved-user-name) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
167165
| $$$otel-mapping-for-process-user-name$$$ process.user.name | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.user.name](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-user-name) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
168-
| $$$otel-mapping-for-process-group-leader-pid$$$ process.group_leader.pid | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.group_leader.pid](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-group-leader-pid) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
166+
| $$$otel-mapping-for-process-saved-user-name$$$ process.saved_user.name | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.saved_user.name](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-saved-user-name) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
167+
| $$$otel-mapping-for-process-real-user-name$$$ process.real_user.name | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.real_user.name](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-real-user-name) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
169168
| $$$otel-mapping-for-process-pid$$$ [process.pid](/reference/ecs-process.md#field-process-pid) | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.pid](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-pid) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
170169
| $$$otel-mapping-for-process-session-leader-pid$$$ process.session_leader.pid | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.session_leader.pid](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-session-leader-pid) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
170+
| $$$otel-mapping-for-process-group-leader-pid$$$ process.group_leader.pid | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.group_leader.pid](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-group-leader-pid) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
171171
| $$$otel-mapping-for-process-title$$$ [process.title](/reference/ecs-process.md#field-process-title) | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.title](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-title) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
172172
| $$$otel-mapping-for-process-uptime$$$ [process.uptime](/reference/ecs-process.md#field-process-uptime) | [![metric](https://img.shields.io/badge/metric-cb00cb?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.uptime](https://github.com/search?q=repo%3Aopen-telemetry%2Fsemantic-conventions+%22%3C%21--\+semconv+metric.process.uptime+--%3E%22&type=code) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |
173173
| $$$otel-mapping-for-process-vpid$$$ [process.vpid](/reference/ecs-process.md#field-process-vpid) | [![match](https://img.shields.io/badge/match-93c93e?style=flat)](/reference/ecs-opentelemetry.md#ecs-opentelemetry-relation) | [process.vpid](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process/#process-vpid) | ![development](https://img.shields.io/badge/✘-fed10c?style=flat) |

docs/reference/ecs-otel-alignment-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The following table summarizes the alignment status by namespaces between ECS in
4848
| ELF Header | [38](/reference/ecs-elf.md) | · | · | · | · | · | · | · | · |
4949
| Email | [19](/reference/ecs-email.md) | · | · | · | · | · | · | · | · |
5050
| End User | · | [2](https://opentelemetry.io/docs/specs/semconv/attributes-registry/enduser) | · | · | · | · | · | · | |
51+
| Entity | [13](/reference/ecs-entity.md) | · | · | · | · | · | · | · | · |
5152
| Error | [5](/reference/ecs-error.md) | [2](https://opentelemetry.io/docs/specs/semconv/attributes-registry/error) | 1 | 2 | · | · | · | · | · |
5253
| Event | [26](/reference/ecs-event.md) | · | · | · | · | · | · | · | · |
5354
| Exception | · | [3](https://opentelemetry.io/docs/specs/semconv/attributes-registry/exception) | · | · | · | · | · | · | |
@@ -85,7 +86,7 @@ The following table summarizes the alignment status by namespaces between ECS in
8586
| Package | [13](/reference/ecs-package.md) | · | · | · | · | · | · | · | · |
8687
| PE Header | [23](/reference/ecs-pe.md) | · | · | · | · | · | · | · | · |
8788
| Peer | · | [1](https://opentelemetry.io/docs/specs/semconv/attributes-registry/peer) | · | · | · | · | · | · | |
88-
| Process | [34](/reference/ecs-process.md) | [34](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process) | 15 | 2 | · | · | 1 | · | · |
89+
| Process | [40](/reference/ecs-process.md) | [34](https://opentelemetry.io/docs/specs/semconv/attributes-registry/process) | 15 | 2 | · | · | 1 | · | · |
8990
| Profile Frame | · | [1](https://opentelemetry.io/docs/specs/semconv/attributes-registry/profile) | · | · | · | · | · | · | |
9091
| Registry | [7](/reference/ecs-registry.md) | · | · | · | · | · | · | · | · |
9192
| Related | [4](/reference/ecs-related.md) | · | · | · | · | · | · | · | 4 |

0 commit comments

Comments
 (0)