Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated kafka fields #27938

Merged
merged 4 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92144,24 +92144,6 @@ Kafka log lines.



*`kafka.log.level`*::
+
--
type: alias

alias to: log.level

--

*`kafka.log.message`*::
+
--
type: alias

alias to: message

--

*`kafka.log.component`*::
+
--
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/kafka/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions filebeat/module/kafka/log/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
description: >
Kafka log lines.
fields:
- name: level
type: alias
path: log.level
migration: true
- name: message
type: alias
path: message
migration: true

- name: component
type: keyword
description: >
Expand Down
116 changes: 0 additions & 116 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38159,33 +38159,6 @@ consumergroup



[float]
=== broker

Broker Consumer Group Information have been read from (Broker handling the consumer group).



*`kafka.consumergroup.broker.id`*::
+
--
Broker id


type: long

--

*`kafka.consumergroup.broker.address`*::
+
--
Broker address


type: keyword

--

*`kafka.consumergroup.id`*::
+
--
Expand All @@ -38195,30 +38168,6 @@ type: keyword

--

*`kafka.consumergroup.topic`*::
+
--

deprecated:[6.5]

Topic name

type: keyword

--

*`kafka.consumergroup.partition`*::
+
--

deprecated:[6.5]

Partition ID

type: long

--

*`kafka.consumergroup.offset`*::
+
--
Expand Down Expand Up @@ -38331,19 +38280,6 @@ Partition data.



*`kafka.partition.partition.id`*::
+
--

deprecated:[6.5]

Partition id.


type: long

--

*`kafka.partition.partition.leader`*::
+
--
Expand Down Expand Up @@ -38394,58 +38330,6 @@ type: long

--

*`kafka.partition.topic.error.code`*::
+
--

deprecated:[6.5]

topic error code.


type: long

--

*`kafka.partition.topic.name`*::
+
--

deprecated:[6.5]

Topic name


type: keyword

--

*`kafka.partition.broker.id`*::
+
--

deprecated:[6.5]

Broker id


type: long

--

*`kafka.partition.broker.address`*::
+
--

deprecated:[6.5]

Broker address


type: keyword

--

[float]
=== producer

Expand Down
27 changes: 0 additions & 27 deletions metricbeat/module/kafka/consumergroup/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,10 @@
consumergroup
release: ga
fields:
- name: broker
type: group
deprecated: 6.5
description: >
Broker Consumer Group Information have been read from (Broker handling
the consumer group).
fields:
- name: id
type: long
description: >
Broker id

- name: address
type: keyword
description: >
Broker address

- name: id
type: keyword
description: Consumer Group ID

- name: topic
type: keyword
deprecated: 6.5
description: Topic name

- name: partition
type: long
deprecated: 6.5
description: Partition ID

- name: offset
type: long
description: consumer offset into partition being read
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/kafka/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions metricbeat/module/kafka/partition/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
description: >
Partition data.
fields:
- name: id
type: long
deprecated: 6.5
description: >
Partition id.

- name: leader
type: long
description: >
Expand All @@ -52,27 +46,3 @@
type: long
description: >
Error code from fetching partition.

- name: topic.error.code
type: long
deprecated: 6.5
description: >
topic error code.
- name: topic.name
type: keyword
deprecated: 6.5
description: >
Topic name

- name: broker.id
type: long
deprecated: 6.5
description: >
Broker id
- name: broker.address
type: keyword
deprecated: 6.5
description: >
Broker address