Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add decompress_gzip_field processor #12733

Merged
merged 3 commits into from
Jul 1, 2019

Conversation

kvch
Copy link
Contributor

@kvch kvch commented Jul 1, 2019

This PR adds a new processor named decompress_gzip_field. As the name implies, it decompresses gzipped fields.

Example configuration:

processors:
- decompress_gzip_field:
    from: "source"
    to: "destination"
    ignore_missing: false
    fail_on_error: true

I also added reference configuration to Kinesis functions, so users can quickly enable decoding data from streams.

@kvch kvch requested review from a team as code owners July 1, 2019 10:41
@kvch kvch force-pushed the feature-libbeat-decode-gzip-field branch 3 times, most recently from aae28ac to 3d0fc22 Compare July 1, 2019 10:54
@kvch kvch force-pushed the feature-libbeat-decode-gzip-field branch from afe0639 to a2fa6c2 Compare July 1, 2019 10:56
@elastic elastic deleted a comment from houndci-bot Jul 1, 2019
Copy link
Contributor

@michalpristas michalpristas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM one minor comment

libbeat/processors/actions/decompress_gzip_field.go Outdated Show resolved Hide resolved
@kvch kvch merged commit 41ef120 into elastic:master Jul 1, 2019
DStape pushed a commit to DStape/beats that referenced this pull request Aug 20, 2019
This PR adds a new processor named `decompress_gzip_field`. As the name implies, it decompresses gzipped fields.

Example configuration:
```yaml
processors:
- decompress_gzip_field:
    from: "source"
    to: "destination"
    ignore_missing: false
    fail_on_error: true
```

I also added reference configuration to Kinesis functions, so users can quickly enable decoding data from streams.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants