Skip to content
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

[Metricbeat] Move mongodb.status metricset to ECS #10368

Merged
merged 5 commits into from
Jan 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Removed Prometheus stats metricset in favor of just using Prometheus collector {pull}9948[9948]
- Adjust Redis.info metricset fields to ECS. {pull}10319[10319]
- Rename http.request.body field to http.request.body.content. {pull}10315[10315]
- Adjust mongodb.status metricset to to ECS. {pull}10368[10368]

*Packetbeat*

Expand Down
12 changes: 12 additions & 0 deletions dev-tools/ecs-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,18 @@

## Modules

### Mongodb

- from: mongodb.status.version
to: service.version
alias: true
beat: metricbeat

- from: mongodb.status.process
to: process.name
alias: true
beat: metricbeat

### Redis

- from: redis.info.server.version
Expand Down
8 changes: 6 additions & 2 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15421,7 +15421,9 @@ MongoDB server status metrics.
*`mongodb.status.version`*::
+
--
type: keyword
type: alias

alias to: service.version

Instance version.

Expand All @@ -15431,7 +15433,9 @@ Instance version.
*`mongodb.status.process`*::
+
--
type: keyword
type: alias

alias to: process.name

The current MongoDB process. Possible values are mongos or mongod.

Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/mongodb/fields.go

Large diffs are not rendered by default.

Loading