The decode_base64_field
processor specifies a field to base64 decode.
To overwrite fields, either rename the target field or use the drop_fields
processor to drop the field, and then rename the field.
In this example, field1
is decoded in field2
.
- decode_base64_field:
field:
from: "field1"
to: "field2"
ignore_missing: false
fail_on_error: true
processors.asciidoc :works-with-fields!:
Name | Required | Default | Description |
---|---|---|---|
|
Yes |
Contains:
|
|
|
No |
|
Whether to ignore missing keys. If |
|
No |
|
Whether to fail if an error occurs. If |
See [conditions] for a list of supported conditions.