Skip to content

Commit cf16bc3

Browse files
committed
address pr comments
1 parent 9d648fe commit cf16bc3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/carbon_black_cloud/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- description: Fix handling mapping of process lineage for `endpoint.event.procstart` events.
55
type: bugfix
66
link: https://github.com/elastic/integrations/pull/15772
7+
- description: >-
8+
Process identity fields are changed for `endpoint.event.procstart` events, with the lineage
9+
shifted to be process, parent and grand parent, instead of child, process and parent.
10+
type: breaking-change
11+
link: https://github.com/elastic/integrations/pull/15772
712
- version: "3.2.1"
813
changes:
914
- description: Add temporary processor to remove the fields added by the Agentless policy.

packages/carbon_black_cloud/data_stream/endpoint_event/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ processors:
294294
if: ctx.json?.type != null && ctx.json.type != 'endpoint.event.procstart'
295295
ignore_missing_pipeline: true
296296
- pipeline:
297-
tag: pipeline_process_non_procstart
297+
tag: pipeline_process_procstart
298298
name: '{{ IngestPipeline "process_procstart" }}'
299299
if: ctx.json?.type == 'endpoint.event.procstart'
300300
ignore_missing_pipeline: true

0 commit comments

Comments
 (0)