Skip to content

Commit bc3e223

Browse files
Add new param to filter_parser doc
Signed-off-by: Athish Pranav D <[email protected]>
1 parent f689765 commit bc3e223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/filters/parser.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ The plugin supports the following configuration parameters:
1212
| Parser | Specify the parser name to interpret the field. Multiple _Parser_ entries are allowed \(one per line\). | |
1313
| Preserve\_Key | Keep original `Key_Name` field in the parsed result. If false, the field will be removed. | False |
1414
| Reserve\_Data | Keep all other original fields in the parsed result. If false, all other original fields will be removed. | False |
15+
| Hash_Value_Field | Stores the parsed values as a hash value in a field. | False |
1516

1617
## Getting Started
1718

0 commit comments

Comments
 (0)