The UniversalCollectorMicroAgent:addForwarder Method
The method configures a new forwarder for publishing the logs.
Arguments
Name | Type | Description |
---|---|---|
Type | String | The type of forwarder to add. The types of forwarders available are ULDP and TCPSyslog. |
Host | String | The host name of forwarder destination |
Port | String | The port of forwarder destination |
Use TLS | Boolean | Whether to use TLS to publish data |
Keystore Path | String | Keystore path |
Keystore Password | String | Keystore password. The password can be plain text or can be encrypted by using the tibhawkpassword utility. |
TLS ProtocoL | String | TLS protocol |
Cipher Name | String | Cipher name |
Use Octet Counting | Boolean | Whether to use octet counting framing. The octet counting helps syslog receiver to decide where the message ends.
This argument is used only when the Type is TCPSyslog and Use TLS is true. |
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.