-
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 teambug
Description
The javascript processor uses paths.Resolve to find scripts to load from the filesystem.
| filePath = paths.Resolve(paths.Config, filePath) |
This should be modified to use:
Line 92 in 78caa87
| Paths *paths.Path // per beat paths definition |
For beatreceivers this is not a critical bug since all the javascript "scripts" are in the policy as source and not read from the filesystem. However it is possible that this feature was used in the custom section of integrations.
Relates #44903
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teambug