Skip to content

Commit 5722c3d

Browse files
authored
[Kafka] Modify the dimension field mapping to support public cloud deployment (#6036)
* Modify the dimension field mapping to support public cloud deployment
1 parent f41667c commit 5722c3d

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

packages/kafka/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.5.6"
3+
changes:
4+
- description: Modifed the dimension field mapping to support public cloud deployment.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6036
27
- version: "1.5.5"
38
changes:
49
- description: Add dimension fields for partition datastream.

packages/kafka/data_stream/broker/fields/agent.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
level: extended
1010
type: keyword
1111
ignore_above: 1024
12+
dimension: true
1213
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.
1314
1415
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
@@ -17,6 +18,7 @@
1718
level: extended
1819
type: keyword
1920
ignore_above: 1024
21+
dimension: true
2022
description: Availability zone in which this host is running.
2123
example: us-east-1c
2224
- name: instance.id
@@ -48,12 +50,12 @@
4850
level: extended
4951
type: keyword
5052
ignore_above: 1024
53+
dimension: true
5154
description: Region in which this host is running.
5255
example: us-east-1
5356
- name: project.id
5457
type: keyword
5558
description: Name of the project in Google Cloud.
56-
dimension: true
5759
- name: image.id
5860
type: keyword
5961
description: Image ID for the cloud instance.

packages/kafka/data_stream/consumergroup/fields/agent.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
level: extended
1010
type: keyword
1111
ignore_above: 1024
12+
dimension: true
1213
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.
1314
1415
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
@@ -17,6 +18,7 @@
1718
level: extended
1819
type: keyword
1920
ignore_above: 1024
21+
dimension: true
2022
description: Availability zone in which this host is running.
2123
example: us-east-1c
2224
- name: instance.id
@@ -48,12 +50,12 @@
4850
level: extended
4951
type: keyword
5052
ignore_above: 1024
53+
dimension: true
5154
description: Region in which this host is running.
5255
example: us-east-1
5356
- name: project.id
5457
type: keyword
5558
description: Name of the project in Google Cloud.
56-
dimension: true
5759
- name: image.id
5860
type: keyword
5961
description: Image ID for the cloud instance.

packages/kafka/data_stream/partition/fields/agent.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
level: extended
1010
type: keyword
1111
ignore_above: 1024
12+
dimension: true
1213
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.
1314
1415
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
@@ -17,6 +18,7 @@
1718
level: extended
1819
type: keyword
1920
ignore_above: 1024
21+
dimension: true
2022
description: Availability zone in which this host is running.
2123
example: us-east-1c
2224
- name: instance.id
@@ -48,12 +50,12 @@
4850
level: extended
4951
type: keyword
5052
ignore_above: 1024
53+
dimension: true
5154
description: Region in which this host is running.
5255
example: us-east-1
5356
- name: project.id
5457
type: keyword
5558
description: Name of the project in Google Cloud.
56-
dimension: true
5759
- name: image.id
5860
type: keyword
5961
description: Image ID for the cloud instance.
@@ -208,4 +210,4 @@
208210
- name: id
209211
type: keyword
210212
ignore_above: 1024
211-
dimension: true
213+
dimension: true

packages/kafka/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: kafka
33
title: Kafka
4-
version: 1.5.5
4+
version: 1.5.6
55
license: basic
66
description: Collect logs and metrics from Kafka servers with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)