kafka Fields

edit

kafka Module experimental::[]

kafka Fields

edit

partition Fields

edit

partition

offset Fields

edit

Available offsets of the given partition.

kafka.partition.offset.newest

edit

type: long

Newest offset of the partition.

kafka.partition.offset.oldest

edit

type: long

Oldest offset of the partition.

partition Fields

edit

Partition data.

kafka.partition.partition.id

edit

type: long

Partition id.

kafka.partition.partition.leader

edit

type: long

Leader id (broker).

kafka.partition.partition.isr

edit

type: list

List of isr ids.

kafka.partition.partition.replica

edit

type: long

Replica id (broker).

kafka.partition.partition.insync_replica

edit

type: boolean

Indicates if replica is included in the in-sync replicate set (ISR).

kafka.partition.partition.error.code

edit

type: long

Error code from fetching partition.

kafka.partition.topic.error.code

edit

type: long

topic error code.

kafka.partition.topic.name

edit

type: keyword

Topic name

kafka.partition.broker.id

edit

type: long

Broker id

kafka.partition.broker.address

edit

type: keyword

Broker address