Skip to content

[beatreceiver] replace global paths in auditbeat datastore #46992

@leehinman

Description

@leehinman

auditbeat used paths.Resolve in two places:

path: paths.Resolve(paths.Data, "beat.db"),

and

path: paths.Resolve(paths.Data, "beat.db"),

Both of these will need to be replaced with references to:

Paths *paths.Path // per beat paths definition

when auditbeat is transitioned to a beat receiver.

Relates #44903

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions