Filter Plugins
The filter plugins allows to alter the incoming data generated by the input plugins. As of this version the following filter plugins are available:
name | title | description |
Grep | Match or exclude specific records by patterns. | |
Kubernetes | Enrich logs with Kubernetes Metadata. | |
Lua | Filter records using Lua Scripts. | |
Parser | Parse record. | |
Record Modifier | Modify record. | |
Stdout | Print records to the standard output interface. | |
Throttle | Apply rate limit to event flow. | |
Nest | Nest records under a specified key | |
Modify | Modifications to record. |
In order to let a Filter be applied over some data, the Match rule must exists and it must match the Tag for the incoming data.
Last updated