File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments