Skip to content

Commit

Permalink
Add tags field to internal_metrics data stream
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jun 3, 2022
1 parent 0d9eaa7 commit 8564791
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 @@ -20,6 +20,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/issues/7465
- 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 8564791

Please sign in to comment.