Skip to content

Commit 1aa5555

Browse files
committed
Document new TLS parameters in README.md
Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
1 parent d7068a9 commit 1aa5555

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ f := fluent.New(fluent.Config{FluentPort: 80, FluentHost: "example.com"})
6060

6161
### FluentNetwork
6262

63-
Specify the network protocol, as "tcp" (use `FluentHost` and `FluentPort`) or "unix" (use `FluentSocketPath`).
63+
Specify the network protocol. The supported values are:
64+
65+
* "tcp" (use `FluentHost` and `FluentPort`)
66+
* "tls" (use`FluentHost` and `FluentPort`)
67+
* "unix" (use `FluentSocketPath`)
68+
6469
The default is "tcp".
6570

6671
### FluentHost
@@ -142,6 +147,10 @@ The default is false.
142147
Sets whether to request acknowledgment from Fluentd to increase the reliability
143148
of the connection. The default is false.
144149

150+
### TlsInsecureSkipVerify
151+
152+
Skip verifying the server certificate. Useful for development and testing. The default is false.
153+
145154
## FAQ
146155

147156
### Does this logger support the features of Fluentd Forward Protocol v1?

0 commit comments

Comments
 (0)