-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels