Skip to content

Commit

Permalink
[8.2] Add tags field to internal_metrics data stream (backport #8292) (
Browse files Browse the repository at this point in the history
…#8297)

* Add tags field to internal_metrics data stream (#8292)

(cherry picked from commit 6c84207)

# Conflicts:
#	apmpackage/apm/changelog.yml

* Fix merge conflict

Co-authored-by: Andrew Wilkins <axw@elastic.co>
  • Loading branch information
mergify[bot] and axw committed Jun 3, 2022
1 parent 97ab761 commit a2cab76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apmpackage/apm/changelog.yml
Expand Up @@ -4,9 +4,9 @@

- version: "8.2.3"
changes:
- description: Placeholder
type: enhancement
link: https://github.com/elastic/apm-server/pull/xxx
- 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 a2cab76

Please sign in to comment.