-
Notifications
You must be signed in to change notification settings - Fork 5k
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane team
Description
To help complete #44903 the filebeat PluginFactory signature needs to be updated to have a *paths.Path
as an argument.
beats/filebeat/beater/filebeat.go
Line 79 in 2e3842c
type PluginFactory func(beat.Info, *logp.Logger, statestore.States) []v2.Plugin |
The following inputs make use of the global paths.Path and will need to be updated to use the one passed in via the PluginFactory. Also the call to PluginFactory will need to be updated.
- x-pack/filebeat/input/awss3/script.go
- x-pack/filebeat/input/entityanalytics/internal/kvstore/input.go
- x-pack/filebeat/input/entityanalytics/internal/kvstore/input_test.go
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane team