Skip to content

Commit

Permalink
Add tags field to internal_metrics data stream (#8292) (#8296)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c84207)

Co-authored-by: Andrew Wilkins <axw@elastic.co>
  • Loading branch information
mergify[bot] and axw committed Jun 3, 2022
1 parent 9824671 commit 489ec71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apmpackage/apm/changelog.yml
Expand Up @@ -15,6 +15,9 @@
- description: Added field mappings for system, process, and runtime metrics to internal metrics data stream
type: enhancement
link: https://github.com/elastic/apm-server/pull/7882
- description: Added tags field mapping to internal_metrics data stream
type: bugfix
link: https://github.com/elastic/apm-server/pull/8292
- version: "8.2.0"
changes:
- description: Field mapping for `source.nat.ip` and `source.nat.port` added to data streams
Expand Down
2 changes: 2 additions & 0 deletions apmpackage/apm/data_stream/internal_metrics/fields/ecs.yml
Expand Up @@ -105,6 +105,8 @@
name: source.nat.ip
- external: ecs
name: source.nat.port
- external: ecs
name: tags
- external: ecs
name: user.domain
- external: ecs
Expand Down

0 comments on commit 489ec71

Please sign in to comment.