Skip to content
Merged
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: 3 additions & 0 deletions pipeline/parsers/decoders.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ parsers:
Decode_Field_As escaped log
```

{% endtab %}
{% endtabs %}

Each line in the parser with a key `Decode_Field` instructs the parser to apply
a specific decoder on a given field. Optionally, it offers the option to take an
extra action if the decoder doesn't succeed.
Expand Down