Skip to content

Commit

Permalink
Declare metadata fields in state_namespace data stream
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis committed Apr 17, 2024
1 parent 563e3ee commit 4d74d40
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 1.59.0
changes:
- description: Add metadata fields to state_namespace data stream.
type: enhancement
link: https://github.com/elastic/integrations/pull/9356
- version: 1.58.0
changes:
- description: Migrate to format_version v3.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@
dimension: true
description: >
Kubernetes namespace
- name: labels.*
type: object
object_type: keyword
object_type_mapping_type: "*"
description: >
Kubernetes labels map
- name: annotations.*
type: object
object_type: keyword
object_type_mapping_type: "*"
description: >-
Kubernetes annotations map
4 changes: 2 additions & 2 deletions packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.2
name: kubernetes
title: Kubernetes
version: 1.58.0
version: 1.59.0
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
categories:
Expand All @@ -10,7 +10,7 @@ categories:
- kubernetes
conditions:
kibana:
version: "^8.12.0"
version: "^8.14.0"
screenshots:
- src: /img/metricbeat_kubernetes_overview.png
title: Metricbeat Kubernetes Overview
Expand Down

0 comments on commit 4d74d40

Please sign in to comment.