-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
BeatReceiver:MakeItRightTeam:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teambug
Description
The diskqueue calls paths.Resolve to determine where the disk queue should exist on the filesystem.
| return paths.Resolve(paths.Data, "diskqueue") |
This should be modified to use:
Line 92 in 78caa87
| Paths *paths.Path // per beat paths definition |
Currently for beatreceivers we don't support the diskqueue, but this should still be fixed so that beat receivers would get the correct queue on restarts.
Relates #44903
Metadata
Metadata
Assignees
Labels
BeatReceiver:MakeItRightTeam:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teambug