Skip to content

Conversation

@AndersonQ
Copy link
Member

@AndersonQ AndersonQ commented Dec 15, 2025

Proposed commit message

filebeat: deploy k8s: use `compression` instead of `gzip_experimental`

the docs will be updated on #47881

Checklist

  • [ ] My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • [ ] I have added tests that prove my fix is effective or that my feature works. Where relevant, I have used the [stresstest.sh](https://github.com/elastic/beats/blob/main/script/stresstest.sh) script to run them under stress conditions and race detector to verify their stability.
  • I have added an entry in ./changelog/fragments using the changelog tool.

Disruptive User Impact

If users are using gzip_experimental, they will need to change it to compression: auto

How to test this PR locally

Use a filebeat with includes #47893
As this PR is just a config change, you can use the config from here directly on #47893

You can follow the sames steps as #47384. But you just need to check the gzip logs are ingested. No need to check again the edge-case when a container crashes.

Related issues

Use cases

Screenshots

Logs

@AndersonQ AndersonQ self-assigned this Dec 15, 2025
@AndersonQ AndersonQ added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Dec 15, 2025
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Dec 15, 2025
@github-actions
Copy link
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)

@mergify
Copy link
Contributor

mergify bot commented Dec 15, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @AndersonQ? 🙏.
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-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@AndersonQ AndersonQ force-pushed the 47882-k8s-deployment-gzip-default-on-ga branch 2 times, most recently from e1a5fba to 0e6eb05 Compare December 15, 2025 06:41
@AndersonQ AndersonQ marked this pull request as ready for review December 15, 2025 06:42
@AndersonQ AndersonQ requested review from a team as code owners December 15, 2025 06:42
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@AndersonQ AndersonQ force-pushed the 47882-k8s-deployment-gzip-default-on-ga branch from 0e6eb05 to 4ca6fc3 Compare December 15, 2025 06:43
@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Dec 15, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@AndersonQ AndersonQ merged commit 474109e into elastic:main Dec 15, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Filebeat] Adjust Kubernetes Deployment Manifests

4 participants