secure_forward
Last updated
Was this helpful?
Last updated
Was this helpful?
The in_secure_forward
input plugin accepts messages via SSL with authentication (cf. ). This document doesn't describe all parameters. If you want to know full features, check the Further Reading section.
This section provides some example configurations for in_secure_forward
.
At first, generate private CA file by secure-forward-ca-generate
, then copy that file to output plugin side by safe way (scp, or anyway else).
You can use the username/password check and client check together:
This parameter is required. Its value must be secure_forward
.
The default value is 24284.
The default value is 0.0.0.0.
Indicate published connection is secure or not. Specify yes
(or true
) if secure encryption needed.
Default value of the auto-generated certificate common name (CN).
Shared key between nodes.
Accept keepalive connection. The default value is true
.
Accept connections from unknown hosts.
Require password authentication. The default value is false
.
The path to the private CA certificate file, which is required to use private CA. (One of this parameter or cert_path
is required for secure yes
configuration.)
The path to the private key for private CA certificate key file.
The passphrase string for private key file, specified by ca_private_key_path
.
The number of bytes read per nonblocking read. The default value is 8MB=810241024 bytes.
The interval between the non-blocking reads, in milliseconds. The default value is 50.
The interval between SSL reconnects in milliseconds. The default value is 200.
The log_level
option allows the user to set different levels of logging for each plugin. The supported log levels are: fatal
, error
, warn
, info
, debug
, and trace
.
in_secure_forward
is not included in either td-agent
package or fluentd
gem. In order to install it, please refer to the article.
Please refer to the Secure Sender-Receiver Setup .
Please see the for further details.
If this article is incorrect or outdated, or omits critical information, please . is a open source project under . All components are available under the Apache 2 License.