Skip to content

Commit

Permalink
update migration fields, changelog, fields.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jan 29, 2019
1 parent 67a846b commit c2e3997
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ 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 redis.info metricset fields to ECS. {pull}10319[10319]
- 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
Loading

0 comments on commit c2e3997

Please sign in to comment.