beats icon indicating copy to clipboard operation
beats copied to clipboard

Update input-aws-s3.asciidoc to reflect auto gzip decompression

Open RichardoC opened this issue 1 year ago • 6 comments

Proposed commit message

This PR is to enhance documentation for the input aws-s3 to reflect the transparent gzip decompression behaviour

Checklist

  • [X] My code follows the style guidelines of this project
  • [X] I have commented my code, particularly in hard-to-understand areas
  • [X] I have made corresponding changes to the documentation
  • [X] I have made corresponding change to the default configuration files
  • [X] I have added tests that prove my fix is effective or that my feature works
  • [x] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

RichardoC avatar Jun 03 '24 14:06 RichardoC

💚 CLA has been signed

This pull request does not have a backport label. If this is a bug or security fix, could you label this PR @RichardoC? 🙏. For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

mergify[bot] avatar Jun 03 '24 14:06 mergify[bot]

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b patch-1 upstream/patch-1
git merge upstream/main
git push upstream patch-1

mergify[bot] avatar Jun 04 '24 12:06 mergify[bot]

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b patch-1 upstream/patch-1
git merge upstream/main
git push upstream patch-1

mergify[bot] avatar Jun 13 '24 08:06 mergify[bot]

Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services)

elasticmachine avatar Jun 13 '24 08:06 elasticmachine

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b patch-1 upstream/patch-1
git merge upstream/main
git push upstream patch-1

Will do once it's reviewed as I don't want to spend time continually fixing this merge conflict

RichardoC avatar Jun 14 '24 12:06 RichardoC

This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b patch-1 upstream/patch-1
git merge upstream/main
git push upstream patch-1

mergify[bot] avatar May 20 '25 21:05 mergify[bot]

This is done in the latest documentation: https://github.com/elastic/beats/blob/main/docs/reference/filebeat/filebeat-input-aws-s3.md?plain=1#L119

kaiyan-sheng avatar May 20 '25 21:05 kaiyan-sheng