Skip to content

Commit ab340b2

Browse files
authored
filter_checklist: add properties. (fluent#783)
- mode - print_query_time - ignore_case Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent a0ea1a1 commit ab340b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pipeline/filters/checklist.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ The plugin supports the following configuration parameters
1616
| file | The single value file that Fluent Bit will use as a lookup table to determine if the specified `lookup_key` exists |
1717
| lookup\_key | The specific key to look up and determine if it exists, supports record accessor |
1818
| record | The record to add if the `lookup_key` is found in the specified `file`. Note you may add multiple record parameters. |
19+
| mode | Set the check mode. `exact` and `partial` are supported. Default : `exact`.|
20+
| print_query_time | Print to stdout the elapseed query time for every matched record. Default: false|
21+
| ignore_case | Compare strings by ignoring case. Default: false |
1922

2023
## Example Configuration
2124

0 commit comments

Comments
 (0)