Skip to content

Commit

Permalink
typo in aws.rds.write_iops field in processor (#28960)
Browse files Browse the repository at this point in the history
* typo in aws.rds.write_iops field in processor

* changelog

(cherry picked from commit 84ad0b3)
  • Loading branch information
Andrea Spacca authored and mergify-bot committed Nov 15, 2021
1 parent 2af9608 commit 648b804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Groups same timestamp metric values to one event in the app_insights metricset. {pull}20403[20403]
- `beat` module respects `basepath` config option. {pull}28162[28162]
- Fix list_docker.go {pull}28374[28374]
- Use xpack.enabled on SM modules to write into .monitoring indices when using Metricbeat standalone {pull}28365[28365]
- Fix in rename processor to ingest metrics for `write.iops` to proper field instead of `write_iops` in rds metricset. {pull}28960[28960]

*Packetbeat*

Expand Down
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/aws/rds/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ processors:
- from: "aws.rds.metrics.TransactionLogsGeneration.avg"
to: "aws.rds.transaction_logs_generation"
- from: "aws.rds.metrics.WriteIOPS.avg"
to: "aws.rds.write_iops"
to: "aws.rds.write.iops"
- from: "aws.rds.metrics.Queries.avg"
to: "aws.rds.queries"
- from: "aws.rds.metrics.Deadlocks.avg"
Expand Down

0 comments on commit 648b804

Please sign in to comment.