Skip to content

Commit

Permalink
[Metricbeat] Move elb metricset to ga (#15485) (#15501)
Browse files Browse the repository at this point in the history
* Move elb metricset to ga

* update changelog

(cherry picked from commit d7aa7f9)
  • Loading branch information
kaiyan-sheng authored Jan 13, 2020
1 parent 90afa71 commit a6d6e21
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Metricbeat*

- Add cost warnings for the azure module. {pull}15356[15356]
- Release elb module as GA. {pull}15485[15485]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ Metrics that returned from Cloudwatch API query. - name: billing
type: group
description: >
`elb` contains the metrics that were scraped from AWS CloudWatch which contains monitoring metrics sent by AWS ELB.
release: beta
release: ga
fields:
- name: rds
type: group
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/docs/modules/aws/elb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ This file is generated! See scripts/mage/docs_collector.go
[[metricbeat-metricset-aws-elb]]
=== aws elb metricset

beta[]

include::../../../../x-pack/metricbeat/module/aws/elb/_meta/docs.asciidoc[]

This is a default metricset. If the host module is unconfigured, this metricset is enabled by default.
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/modules_list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This file is generated! See scripts/mage/docs_collector.go
|<<metricbeat-metricset-aws-cloudwatch,cloudwatch>>
|<<metricbeat-metricset-aws-ebs,ebs>>
|<<metricbeat-metricset-aws-ec2,ec2>>
|<<metricbeat-metricset-aws-elb,elb>> beta[]
|<<metricbeat-metricset-aws-elb,elb>>
|<<metricbeat-metricset-aws-rds,rds>>
|<<metricbeat-metricset-aws-s3_daily_storage,s3_daily_storage>>
|<<metricbeat-metricset-aws-s3_request,s3_request>>
Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/aws/elb/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
type: group
description: >
`elb` contains the metrics that were scraped from AWS CloudWatch which contains monitoring metrics sent by AWS ELB.
release: beta
release: ga
fields:
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/aws/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6d6e21

Please sign in to comment.