Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pipeline/filters/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@

| Key | Description | Default |
| :--- | :--- | :--- |
| `hash_value_field` | Stores the parsed values as a hash value in a field. By default this is not enabled | |

Check warning on line 15 in pipeline/filters/parser.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.Contractions] Feel free to use 'isn't' instead of 'is not'. Raw Output: {"message": "[FluentBit.Contractions] Feel free to use 'isn't' instead of 'is not'.", "location": {"path": "pipeline/filters/parser.md", "range": {"start": {"line": 15, "column": 93}}}, "severity": "INFO"}
| `key_name` | Specify field name in record to parse. | _none_ |
| `parser` | Specify the parser name to interpret the field. Multiple parser entries are allowed (one per line). | _none_ |
| `preserve_key` | Keep the original `key_name` field in the parsed result. If false, the field will be removed. | `false` |
| `reserve_data` | Keep all other original fields in the parsed result. If false, all other original fields will be removed. | `false` |
| `Unescape_key` | Deprecated. This option is retained only for backward compatibility and should not be used in new configurations. | _deprecated_ |
| `unescape_key` | Deprecated. This option is retained only for backward compatibility and should not be used in new configurations. | _deprecated_ |

Check warning on line 20 in pipeline/filters/parser.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.Contractions] Feel free to use 'shouldn't' instead of 'should not'. Raw Output: {"message": "[FluentBit.Contractions] Feel free to use 'shouldn't' instead of 'should not'.", "location": {"path": "pipeline/filters/parser.md", "range": {"start": {"line": 20, "column": 92}}}, "severity": "INFO"}

## Get started

Expand Down