Motivation
Populating host.id from hostTargets.first() conflates the actor with the target and additionally picks an arbitrary, order-dependent value when multiple target instances are present. The assignment should be removed entirely.
Definition of done
Team tag
@elastic/cloud-security-posture
Motivation
Populating
host.idfromhostTargets.first()conflates the actor with the target and additionally picks an arbitrary, order-dependent value when multiple target instances are present. The assignment should be removed entirely.Definition of done
field("host.id").set(hostTargets.first());line is removed from the CloudTrail ingest pipeline.host.target.entity.idcontinues to be populated with the full list of host targets (unchanged).host.idis derived from CloudTrail target entities anywhere in the pipeline.awspackage.Team tag
@elastic/cloud-security-posture