The decompress_gzip_field
processor specifies a field to gzip decompress.
To overwrite fields, either first rename the target field, or use the
drop_fields
processor to drop the field, and then decompress the field.
In this example, field1
is decompressed in field2
.
- decompress_gzip_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 |
|
If |
See [conditions] for a list of supported conditions.