Skip to content

Commit add9bbb

Browse files
authored
Remove kafka partition ISR from Metricbeat docs (#21709) (#21760)
Metricbeat doesn't collect this field directly, it collects for each replica if it is in sync or not. (cherry picked from commit f754515)
1 parent 1a0012f commit add9bbb

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

metricbeat/docs/fields.asciidoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24896,16 +24896,6 @@ type: long
2489624896

2489724897
--
2489824898

24899-
*`kafka.partition.partition.isr`*::
24900-
+
24901-
--
24902-
List of isr ids.
24903-
24904-
24905-
type: keyword
24906-
24907-
--
24908-
2490924899
*`kafka.partition.partition.replica`*::
2491024900
+
2491124901
--

metricbeat/module/kafka/fields.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metricbeat/module/kafka/partition/_meta/fields.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
type: long
3434
description: >
3535
Leader id (broker).
36-
- name: isr
37-
type: keyword
38-
description: >
39-
List of isr ids.
4036
- name: replica
4137
type: long
4238
description: >

0 commit comments

Comments
 (0)