Skip to content

Cherry-pick #15260 to 7.x: [Metricbeat] Add lambda metricset in aws module#15642

Merged
kaiyan-sheng merged 2 commits intoelastic:7.xfrom
kaiyan-sheng:backport_15260_7.x
Jan 20, 2020
Merged

Cherry-pick #15260 to 7.x: [Metricbeat] Add lambda metricset in aws module#15642
kaiyan-sheng merged 2 commits intoelastic:7.xfrom
kaiyan-sheng:backport_15260_7.x

Conversation

@kaiyan-sheng
Copy link
Copy Markdown
Contributor

Cherry-pick of PR #15260 to 7.x branch. Original message:

This PR is to add a new metricset into aws module to collect lambda metrics from CloudWatch.
Screen Shot 2020-01-09 at 4 32 22 PM

How to test this

Make sure the AWS account you use for testing has lambda function running. For example: elastic-test
Enable aws module in Metricbeat: ./metricbeat modules enable aws
Modify aws.yml under modules.d:

- module: aws
  period: 5m
  credential_profile_name: elastic-test
  metricsets:
    - lambda

Start Metricbeat and it should start collecting Lambda function metrics from Cloudwatch.

* Add lambda metricset

(cherry picked from commit 9c1e3a6)
@kaiyan-sheng kaiyan-sheng requested a review from a team as a code owner January 17, 2020 15:40
@kaiyan-sheng kaiyan-sheng self-assigned this Jan 17, 2020
Copy link
Copy Markdown
Member

@ChrsMark ChrsMark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. We just need to see what went wrong with changelog in the original PR

@kaiyan-sheng kaiyan-sheng merged commit 4b50d36 into elastic:7.x Jan 20, 2020
@kaiyan-sheng kaiyan-sheng deleted the backport_15260_7.x branch January 20, 2020 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants