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
9 changes: 5 additions & 4 deletions pipeline/filters/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

| Key | Description | Default |
| :--- | :--- | :--- |
| `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` |
| Key\_Name | Specify field name in record to parse. | |
| Parser | Specify the parser name to interpret the field. Multiple _Parser_ entries are allowed \(one per line\). | |
| Preserve\_Key | Keep original `Key_Name` field in the parsed result. If false, the field will be removed. | False |

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

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.Spelling] Spelling check: 'Key_Name'? Raw Output: {"message": "[FluentBit.Spelling] Spelling check: 'Key_Name'?", "location": {"path": "pipeline/filters/parser.md", "range": {"start": {"line": 13, "column": 34}}}, "severity": "INFO"}
| Reserve\_Data | Keep all other original fields in the parsed result. If false, all other original fields will be removed. | False |
| 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": 91}}}, "severity": "INFO"}

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.Spelling] Spelling check: 'Hash_Value_Field'? Raw Output: {"message": "[FluentBit.Spelling] Spelling check: 'Hash_Value_Field'?", "location": {"path": "pipeline/filters/parser.md", "range": {"start": {"line": 15, "column": 3}}}, "severity": "INFO"}

## Get started

Expand Down