Skip to content

Commit d73751c

Browse files
committed
Update toggle description
1 parent a4e062e commit d73751c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/aws/data_stream/cloudtrail/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ streams:
170170
show_user: true
171171
title: Actor and Target Entity Mapping
172172
description: >
173-
Maps actor and target entity identifiers relative to an event into designated fields (`actor.entity.id` for the acting entity and `target.entity.id` for the affected entity/entities). All identifiers, regardless of role, are captured in the `related.entity` field.
173+
Maps actor and target entity identifiers relative to an event into designated fields (`actor.entity.id` for the acting entity and `target.entity.id` for the affected entity/entities). All identifiers, regardless of role, are captured in the `related.entity` field.This introduces additional ingest pipeline processors for parsing, which may introduce performance overhead in certain cases.
174174
type: bool
175175
multi: false
176176
default: true
@@ -290,7 +290,7 @@ streams:
290290
show_user: true
291291
title: Actor and Target Entity Mapping
292292
description: >
293-
Maps actor and target entity identifiers relative to an event into designated fields (`actor.entity.id` for the acting entity and `target.entity.id` for the affected entity/entities). All identifiers, regardless of role, are captured in the `related.entity` field.
293+
Maps actor and target entity identifiers relative to an event into designated fields (`actor.entity.id` for the acting entity and `target.entity.id` for the affected entity/entities). All identifiers, regardless of role, are captured in the `related.entity` field. This introduces additional ingest pipeline processors for parsing, which may introduce performance overhead in certain cases.
294294
type: bool
295295
multi: false
296296
default: true
@@ -427,7 +427,7 @@ streams:
427427
show_user: true
428428
title: Actor and Target Entity Mapping
429429
description: >
430-
Maps actor and target entity identifiers relative to an event into designated fields (`actor.entity.id` for the acting entity and `target.entity.id` for the affected entity/entities). All identifiers, regardless of role, are captured in the `related.entity` field.
430+
Maps actor and target entity identifiers relative to an event into designated fields (`actor.entity.id` for the acting entity and `target.entity.id` for the affected entity/entities). All identifiers, regardless of role, are captured in the `related.entity` field. This introduces additional ingest pipeline processors for parsing, which may introduce performance overhead in certain cases.
431431
type: bool
432432
multi: false
433433
default: true

packages/aws/docs/cloudtrail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
7979
| Field | Description | Type |
8080
|---|---|---|
8181
| @timestamp | Event timestamp. | date |
82+
| actor.entity.id | | keyword |
8283
| aws.cloudtrail.additional_eventdata | Additional data about the event that was not part of the request or response. | keyword |
8384
| aws.cloudtrail.additional_eventdata.text | Multi-field of `aws.cloudtrail.additional_eventdata`. | text |
8485
| aws.cloudtrail.api_version | Identifies the API version associated with the AwsApiCall eventType value. | keyword |
@@ -136,6 +137,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
136137
| input.type | Input type | keyword |
137138
| log.offset | Log offset | long |
138139
| related.entity | A collection of all entity identifiers associated with the document. If the document contains multiple entities, identifiers for each will be included. Example identifiers include(but not limited to) cloud resource IDs, ARNs, email addresses, and hostnames. | keyword |
140+
| target.entity.id | | keyword |
139141

140142

141143
An example event for `cloudtrail` looks as following:

0 commit comments

Comments
 (0)