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 | Grep | Match or exclude specific records by patterns. |
kubernetes | Kubernetes | Enrich logs with Kubernetes Metadata. |
lua | Lua | Filter records using Lua Scripts. |
parser | Parser | Parse record. |
record_modifier | Record Modifier | Modify record. |
stdout | Stdout | Print records to the standard output interface. |
throttle | Throttle | Apply rate limit to event flow. |
nest | Nest | Nest records under a specified key |
modify | 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.
当前内容版权归 fluentbit.io 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 fluentbit.io .