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

x-pack/filebeat/docs - document gzip S3 object handling #42306

Merged
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
11 changes: 10 additions & 1 deletion x-pack/filebeat/docs/inputs/input-aws-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,22 @@ Node pipeline.
}
----

[float]
=== Handling Compressed Objects

S3 objects that use the gzip format
(https://rfc-editor.org/rfc/rfc1952.html[RFC 1952]) with the DEFLATE compression
algorithm are automatically decompressed during processing. This is achieved by
checking for the gzip file magic header.

[float]
=== Configuration

The `aws-s3` input supports the following configuration options plus the
<<{beatname_lc}-input-{type}-common-options>> described later.

NOTE: For time durations, valid time units are - "ns", "us" (or "µs"), "ms", "s", "m", "h". For example, "2h"
NOTE: For time durations, valid time units are - "ns", "us" (or "µs"), "ms",
"s", "m", "h". For example, "2h"

[float]
==== `api_timeout`
Expand Down
Loading