[otel] add awslogsencodingextension#11107
Merged
ishleenk17 merged 5 commits intoelastic:mainfrom Nov 12, 2025
Merged
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @mykola-elastic? 🙏
|
8 tasks
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
Contributor
💚 Build Succeeded
|
swiatekm
approved these changes
Nov 12, 2025
Contributor
Author
|
@swiatekm thanks for the review. Feel free to merge (I don't have the permission) |
Member
|
@mykola-elastic confirming - do we need to backport this change? Currently it'll only come out in 9.3 by going into |
Contributor
Author
|
@ebeahan thanks, no backporting. |
hayotbisonai
pushed a commit
to hayotbisonai/elastic-agent
that referenced
this pull request
Nov 23, 2025
* [otel] add awslogsencodingextension * add changelog * mage notice * add pr number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds
awslogsencodingextensionto EDOT collector. Redo of #11078 (due to severe merge conflicts - EDOT got moved into a separate package #10922)Why is it important?
awss3receiver(added in #10515) is quite useless withoutawslogsencodingextensionwhich unmarshals logs encoded in formats produced by AWS services.Adding
awslogsencodingextensionwould enable us to create input otel package for AWS VPC Flow Logs, ELB Access Logs, Cloudtrail logs, etc.cc @ishleenk17, @tommyers-elastic
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature works./changelog/fragmentsusing the changelog toolI have added an integration test or an E2E test