-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teambug
Description
auditbeat used paths.Resolve
in two places:
beats/auditbeat/datastore/datastore.go
Line 41 in e1d92eb
path: paths.Resolve(paths.Data, "beat.db"), |
and
beats/auditbeat/datastore/datastore.go
Line 55 in e1d92eb
path: paths.Resolve(paths.Data, "beat.db"), |
Both of these will need to be replaced with references to:
Line 92 in 78caa87
Paths *paths.Path // per beat paths definition |
when auditbeat is transitioned to a beat receiver.
Relates #44903
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Data-PlaneLabel for the Agent Data Plane teamLabel for the Agent Data Plane teambug