Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/ecs-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Note also that the `cloud` fields may be used directly at the root of the events

| Location | Field Set | Description |
| --- | --- | --- |
| `cloud.entity.*` | [entity](/reference/ecs-entity.md) | Fields to describe various types of entities across IT environments. |
| `cloud.origin.*` | [cloud](/reference/ecs-cloud.md) | Provides the cloud information of the origin entity in case of an incoming request or event. |
| `cloud.target.*` | [cloud](/reference/ecs-cloud.md) | Provides the cloud information of the target entity in case of an outgoing request or event. |
| `cloud.target.entity.*` | [entity](/reference/ecs-entity.md) | Entity information for the target cloud entity. |

### Cloud field usage [_cloud_field_usage]

Expand Down
7 changes: 4 additions & 3 deletions docs/reference/ecs-entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ The entity fields provide a standardized way to represent and categorize differe

The `entity` fields are expected to be nested at:

* `cloud.target.entity`
* `cloud.entity`
* `host.entity`
* `service.target.entity`
* `user.target.entity`
* `orchestrator.entity`
* `service.entity`
* `user.entity`

Note also that the `entity` fields are not expected to be used directly at the root of the events.
5 changes: 5 additions & 0 deletions docs/reference/ecs-orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ Fields that describe the resources which container orchestrators manage or act u
| $$$field-orchestrator-type$$$ [orchestrator.type](#field-orchestrator-type) | Orchestrator cluster type (e.g. kubernetes, nomad or cloudfoundry).<br><br>type: keyword<br><br>example: `kubernetes` | extended |


### Field sets that can be nested under Orchestrator [ecs-orchestrator-nestings]

| Location | Field Set | Description |
| --- | --- | --- |
| `orchestrator.entity.*` | [entity](/reference/ecs-entity.md) | Fields to describe various types of entities across IT environments. |
2 changes: 1 addition & 1 deletion docs/reference/ecs-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Note also that the `service` fields may be used directly at the root of the even

| Location | Field Set | Description |
| --- | --- | --- |
| `service.entity.*` | [entity](/reference/ecs-entity.md) | Fields to describe various types of entities across IT environments. |
| `service.origin.*` | [service](/reference/ecs-service.md) | _Reusing the `service` fields in this location is currently considered beta._ Describes the origin service in case of an incoming request or event. |
| `service.target.*` | [service](/reference/ecs-service.md) | _Reusing the `service` fields in this location is currently considered beta._ Describes the target service in case of an outgoing request or event. |
| `service.target.entity.*` | [entity](/reference/ecs-entity.md) | Entity information for the target service. |

### Service field usage [_service_field_usage]

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ecs-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Note also that the `user` fields may be used directly at the root of the events.
| --- | --- | --- |
| `user.changes.*` | [user](/reference/ecs-user.md) | Captures changes made to a user. |
| `user.effective.*` | [user](/reference/ecs-user.md) | User whose privileges were assumed. |
| `user.entity.*` | [entity](/reference/ecs-entity.md) | Fields to describe various types of entities across IT environments. |
| `user.group.*` | [group](/reference/ecs-group.md) | User's group relevant to the event. |
| `user.risk.*` | [risk](/reference/ecs-risk.md) | Fields for describing risk score and level. |
| `user.target.*` | [user](/reference/ecs-user.md) | Targeted user of action taken. |
| `user.target.entity.*` | [entity](/reference/ecs-entity.md) | Entity information for the targeted user. |

### User field usage [_user_field_usage]

Expand Down
1,287 changes: 1,120 additions & 167 deletions experimental/generated/beats/fields.ecs.yml

Large diffs are not rendered by default.

153 changes: 138 additions & 15 deletions experimental/generated/csv/fields.csv

Large diffs are not rendered by default.

Loading
Loading