Skip to content

Commit 91723b9

Browse files
JakeSCahillclaude
andcommitted
chore: Remove TCP field from http_server (4.78.0 feature)
Revert http_server documentation to remove the tcp field which was added in 4.78.0. This PR only includes 4.77.0 changes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8f21b55 commit 91723b9

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

modules/components/examples/advanced/inputs/http_server.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ inputs:
2121
Content-Type: application/octet-stream
2222
metadata_headers:
2323
include_prefixes: []
24-
include_patterns: []
25-
tcp:
26-
reuse_addr: false
27-
reuse_port: false
24+
include_patterns: []

modules/components/partials/fields/inputs/http_server.adoc

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -174,28 +174,6 @@ status: ${! json("status") }
174174
status: ${! meta("status") }
175175
----
176176

177-
=== `tcp`
178-
179-
TCP listener configuration for the HTTP server. Only valid with a custom `address`.
180-
181-
*Type*: `object`
182-
183-
=== `tcp.reuse_addr`
184-
185-
Enable SO_REUSEADDR, allowing binding to ports in TIME_WAIT state. Useful for graceful restarts and config reloads where the server needs to rebind to the same port immediately after shutdown.
186-
187-
*Type*: `bool`
188-
189-
*Default*: `false`
190-
191-
=== `tcp.reuse_port`
192-
193-
Enable SO_REUSEPORT, allowing multiple sockets to bind to the same port for load balancing across multiple processes/threads.
194-
195-
*Type*: `bool`
196-
197-
*Default*: `false`
198-
199177
=== `timeout`
200178

201179
Timeout for requests. If a consumed messages takes longer than this to be delivered the connection is closed, but the message may still be delivered.

0 commit comments

Comments
 (0)