Skip to content

Commit

Permalink
Fix container enricher with correct container ids for pods with multi…
Browse files Browse the repository at this point in the history
…ple containers (#34516)

* Fix container enricher with correct container ids for pods with multiple containers
* Align kubernetes.container.id with ecs container.id

(cherry picked from commit 4ac4973)

# Conflicts:
#	metricbeat/module/kubernetes/state_container/_meta/test/ksm.v1.3.0.expected
#	metricbeat/module/kubernetes/state_container/_meta/test/ksm.v1.8.0.expected
#	metricbeat/module/kubernetes/state_container/_meta/test/ksm.v2.0.0.expected
#	metricbeat/module/kubernetes/state_container/_meta/test/ksm.v2.7.0.expected
#	metricbeat/module/kubernetes/state_container/_meta/testdata/ksm.v2.4.2.plain-expected.json
#	metricbeat/module/kubernetes/state_container/_meta/testdata/ksm.v2.5.0.plain-expected.json
#	metricbeat/module/kubernetes/state_container/_meta/testdata/ksm.v2.6.0.plain-expected.json
#	metricbeat/module/kubernetes/state_container/_meta/testdata/ksm.v2.7.0.plain-expected.json
  • Loading branch information
MichaelKatsoulis authored and mergify[bot] committed Feb 9, 2023
1 parent 484330e commit a9b56d3
Show file tree
Hide file tree
Showing 11 changed files with 5,196 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ https://github.com/elastic/beats/compare/v8.2.0\...main[Check the HEAD diff]
- Add missing cluster metadata to k8s module metricsets {pull}32979[32979] {pull}33032[33032]
- Add GCP CloudSQL region filter {pull}32943[32943]
- Fix metrics split through different events and metadata not matching for aws cloudwatch. {pull}34483[34483]
- Fix metadata enricher with correct container ids for pods with multiple containers in container metricset. Align `kubernetes.container.id` and `container.id` fields for state_container metricset. {pull}34516[34516]


*Osquerybeat*
Expand Down
Loading

0 comments on commit a9b56d3

Please sign in to comment.