Skip to content

Commit 45dfa79

Browse files
committed
Fixing lint errors for unit socket input pluign doc.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 7f02d54 commit 45dfa79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/unix-socket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ You should see output similar to:
345345
- When receiving payloads in `JSON` format, there are high performance penalties. Parsing `JSON` is a very expensive task, so you could expect your CPU usage to increase under high load environments.
346346
- To get faster data ingestion, consider using the option `Format none` to avoid `JSON` parsing if not needed.
347347
- Unix domain sockets provide lower latency and higher throughput than `TCP/IP` sockets for local communication.
348-
- `STREAM` mode maintains connection state and may use more resources than `DGRAM` mode for high-throughput scenarios.
348+
- `STREAM` mode maintains connection state and can use more resources than `DGRAM` mode for high-throughput scenarios.
349349

350350
## Platform support
351351

0 commit comments

Comments
 (0)