-
Notifications
You must be signed in to change notification settings - Fork 1.9k
aws: add integrations for CloudWatch Explore related feature #10321
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Zhihong Lin <zhiholin@amazon.com>
Signed-off-by: Zhihong Lin <zhiholin@amazon.com>
Signed-off-by: Zhihong Lin <zhiholin@amazon.com>
Signed-off-by: Zhihong Lin <zhiholin@amazon.com>
Signed-off-by: Zhihong Lin <zhiholin@amazon.com>
Signed-off-by: Zhihong Lin <zhiholin@amazon.com>
|
@zhihonl I see that address sanitizer is complaining about a memory allocation, I am wondering if the test aims to exceed the memory size or if the size requested is too big and maybe a bug ? https://github.com/fluent/fluent-bit/actions/runs/14937973991/job/41969741290?pr=10321#step:6:4240 |
|
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
CloudWatch introduced a new feature called Explored Related which is a UI component that helps user navigate between their telemetry(metrics,logs) and AWS resources. This is done by including a new field in PutLogEvents API which is called Entity. More documentation about this new field can be found here: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_Entity.html
Since FluentBit has a CloudWatch output plugin that emits logs to CloudWatch Logs, this PR adds changes that scrapes information necessary for populating the entity field.
Enter
[N/A]in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
Screenshot of how UI interacts with the changes made in this PR

Example configuration file for the change
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-testlabel to test for all targets (requires maintainer to do).Documentation
Need to add documentation about new configuration values that enables Explored Related experience for users.
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.