From c94a2310058638ddbebc2c53ac7d715d58d54e2c Mon Sep 17 00:00:00 2001 From: Takahiro Yamashita Date: Sun, 10 Apr 2022 07:36:04 +0900 Subject: [PATCH] filter_checklist: add properties. - mode - print_query_time - ignore_case Signed-off-by: Takahiro Yamashita --- pipeline/filters/checklist.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pipeline/filters/checklist.md b/pipeline/filters/checklist.md index 0b083cb9c..61a320e59 100644 --- a/pipeline/filters/checklist.md +++ b/pipeline/filters/checklist.md @@ -16,6 +16,9 @@ The plugin supports the following configuration parameters | file | The single value file that Fluent Bit will use as a lookup table to determine if the specified `lookup_key` exists | | lookup\_key | The specific key to look up and determine if it exists, supports record accessor | | record | The record to add if the `lookup_key` is found in the specified `file`. Note you may add multiple record parameters. | +| mode | Set the check mode. `exact` and `partial` are supported. Default : `exact`.| +| print_query_time | Print to stdout the elapseed query time for every matched record. Default: false| +| ignore_case | Compare strings by ignoring case. Default: false | ## Example Configuration