File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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+
6469The default is "tcp".
6570
6671### FluentHost
@@ -142,6 +147,10 @@ The default is false.
142147Sets whether to request acknowledgment from Fluentd to increase the reliability
143148of 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?
You can’t perform that action at this time.
0 commit comments