Skip to content

Plugins not aware of data format being passed to them #7

@MKLeb

Description

@MKLeb

At the moment, processors and forwarders have no knowledge of the data being passed to them by the previous stage of the pipeline.

For instance, if we have a pipeline with a log collector, no processor, and a disk forwarder, the disk forwarder has no way of filtering pieces of the collected log event to dump to disk. Currently, the logs collector passes a dictionary in the data field with two keys: log_line and template.

Let's say we only want to dump the template to disk. Currently, this is not possible. We need a way to filter, add, remove, etc... fields from a collected event before passing it on to the next stage in the pipeline.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions