Skip to content

Commit f14f048

Browse files
[9.3](backport #51862) Docs: Update applies_to version for Kafka input settings (#51908)
* Update `applies_to` version for Kafka input settings (#51862) Updated the `applies_to` versions for `timeout`, `keep_alive`, `session_timeout`, and `heartbeat_interval` settings in the Kafka input documentation as these settings were backported to 9.3. (cherry picked from commit d884560) # Conflicts: # docs/reference/filebeat/filebeat-input-kafka.md * Fix conflict --------- Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> Co-authored-by: Visha Angelova <visha.angelova@elastic.co>
1 parent 3e81f1d commit f14f048

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/reference/filebeat/filebeat-input-kafka.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,31 +98,31 @@ How long to wait before retrying a failed read. Default is 2s.
9898

9999
### `timeout` [_timeout_2]
100100
```{applies_to}
101-
stack: ga 9.3.8+, ga 9.4.4+, ga 9.5
101+
stack: ga 9.3+
102102
```
103103

104104
The network timeout for the connection to the Kafka brokers, applied to the dial, read, and write deadlines. Increase this for consumers reading across higher-latency links (for example cross-region or WAN), where a large fetch response may not be fully read within the default deadline. Default is 30s.
105105

106106

107107
### `keep_alive` [_keep_alive]
108108
```{applies_to}
109-
stack: ga 9.3.8+, ga 9.4.4+, ga 9.5
109+
stack: ga 9.3+
110110
```
111111

112112
The keep-alive period for the active network connection to the Kafka brokers. Default is 0s (disabled).
113113

114114

115115
### `session_timeout` [_session_timeout]
116116
```{applies_to}
117-
stack: ga 9.3.8+, ga 9.4.4+, ga 9.5
117+
stack: ga 9.3+
118118
```
119119

120120
The consumer group session timeout. If the broker receives no heartbeat from a consumer within this period, the consumer is removed from the group and a rebalance is triggered. Consumers on higher-latency links may need a larger value to avoid spurious rebalances. Default is 10s.
121121

122122

123123
### `heartbeat_interval` [_heartbeat_interval]
124124
```{applies_to}
125-
stack: ga 9.3.8+, ga 9.4.4+, ga 9.5
125+
stack: ga 9.3+
126126
```
127127

128128
How often the consumer sends heartbeats to the broker. This must be lower than `session_timeout`, and is typically set to no more than a third of that value. Default is 3s.

0 commit comments

Comments
 (0)