This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Migrate the default global Beat processors to the shipper #292
Labels
Team:Elastic-Agent
Label for the Agent team
The agent currently configures a set of default processors to apply globally to all events collected from each Beat. See elastic/beats#34149 for the original implementation.
Several of these processors are expensive to create and will cache copies of the same metadata in each Beat they run in. See elastic/beats#35000 for an example of a performance issue introduced by creating too many instances of these processors.
We should migrate these processors into the shipper to minimize the number of instances of them that need to be run, and allow them to apply to all data collected by agent.
One challenge will be that the default processor configuration for each beat is almost but not quite the same. We will need to evaluate whether these differences are significant enough to warrant apply the processors for all data routed through the shipper or only for data routed through the shipper from a specific Beat.
The text was updated successfully, but these errors were encountered: