# Filters

- [AWS Metadata](https://docs.fluentbit.io/manual/2.2/pipeline/filters/aws-metadata.md)
- [CheckList](https://docs.fluentbit.io/manual/2.2/pipeline/filters/checklist.md): The following plugin looks up if a value in a specified list exists and then allows the addition of a record to indicate if found. Introduced in version 1.8.4
- [ECS Metadata](https://docs.fluentbit.io/manual/2.2/pipeline/filters/ecs-metadata.md)
- [Expect](https://docs.fluentbit.io/manual/2.2/pipeline/filters/expect.md): Made for testing: make sure that your records contain the expected key and values
- [GeoIP2 Filter](https://docs.fluentbit.io/manual/2.2/pipeline/filters/geoip2-filter.md): Look up Geo data from IP
- [Grep](https://docs.fluentbit.io/manual/2.2/pipeline/filters/grep.md): Select or exclude records per patterns
- [Kubernetes](https://docs.fluentbit.io/manual/2.2/pipeline/filters/kubernetes.md)
- [Log to Metrics](https://docs.fluentbit.io/manual/2.2/pipeline/filters/log_to_metrics.md): Generate metrics from logs
- [Lua](https://docs.fluentbit.io/manual/2.2/pipeline/filters/lua.md)
- [Parser](https://docs.fluentbit.io/manual/2.2/pipeline/filters/parser.md)
- [Record Modifier](https://docs.fluentbit.io/manual/2.2/pipeline/filters/record-modifier.md)
- [Modify](https://docs.fluentbit.io/manual/2.2/pipeline/filters/modify.md)
- [Multiline](https://docs.fluentbit.io/manual/2.2/pipeline/filters/multiline-stacktrace.md): Concatenate Multiline or Stack trace log messages. Available on Fluent Bit >= v1.8.2.
- [Nest](https://docs.fluentbit.io/manual/2.2/pipeline/filters/nest.md)
- [Nightfall](https://docs.fluentbit.io/manual/2.2/pipeline/filters/nightfall.md)
- [Rewrite Tag](https://docs.fluentbit.io/manual/2.2/pipeline/filters/rewrite-tag.md): Powerful and flexible routing
- [Standard Output](https://docs.fluentbit.io/manual/2.2/pipeline/filters/standard-output.md)
- [Sysinfo](https://docs.fluentbit.io/manual/2.2/pipeline/filters/sysinfo.md)
- [Throttle](https://docs.fluentbit.io/manual/2.2/pipeline/filters/throttle.md)
- [Type Converter](https://docs.fluentbit.io/manual/2.2/pipeline/filters/type-converter.md)
- [Tensorflow](https://docs.fluentbit.io/manual/2.2/pipeline/filters/tensorflow.md)
- [Wasm](https://docs.fluentbit.io/manual/2.2/pipeline/filters/wasm.md): Use Wasm programs as a filter


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fluentbit.io/manual/2.2/pipeline/filters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
