-
Notifications
You must be signed in to change notification settings - Fork 475
Add ECS metricset and fix various visualizations #3799
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
Conversation
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for adding this and also fixing the dashboards 😄 Could you add a sample_event.json file for the new datastream? TIA!!
I looked but there wasn't one in the original Metricbeat module.
…On Mon, Jul 25, 2022 at 2:51 PM kaiyan-sheng ***@***.***> wrote:
***@***.**** commented on this pull request.
Thank you so much for adding this and also fixing the dashboards 😄 Could
you add a sample_event.json file for the new datastream? TIA!!
—
Reply to this email directly, view it on GitHub
<#3799 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEEL4A37JZNBR47BSJWPP3VV3V35ANCNFSM54IVP4DQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
🌐 Coverage report
|
@legoguy1000 We usually run the new datastream locally and copy-paste an event from ES into |
I can "fake" one but i don't have access to an ECS cluster at this time to generate an event |
I ran the integration on the local stack and grabbed a sample event from a test cluster.
Hey @legoguy1000, I hope you don't mind: I installed the integration on my local stack and grabbed a new event from a test cluster. |
Teamwork makes the dream work |
/test |
Thats a copy and paste error. I thought I removed that.
…On Tue, Jul 26, 2022 at 2:57 PM kaiyan-sheng ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In packages/aws/manifest.yml
<#3799 (comment)>:
> + title: Amazon ECS
+ description: Collect metrics for Amazon Elastic Container Service with Elastic Agent
+ data_streams:
+ - ecs_metrics
+ inputs:
+ - type: aws/metrics
+ title: Collect ECS metrics
+ description: Collecting ECS metrics using AWS CloudWatch
+ input_group: metrics
+ icons:
+ - src: /img/logo_ecs.svg
+ title: AWS EC2 logo
+ size: 32x32
+ type: image/svg+xml
+ screenshots:
+ - src: /img/metricbeat-aws-ec2-overview.png
I dont think the ec2 dashboard would work for ecs. They are using
different field names.
—
Reply to this email directly, view it on GitHub
<#3799 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEEL4BEI5LRVVGUMSXJL43VWA7KJANCNFSM54IVP4DQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@kaiyan-sheng Resolved the comments. |
/test |
What does this PR do?
Adds a new datastream for ECS metrics and fixes several visualizations that have invalid fields
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots