DistributedConnectorSSLConfig

The name of the configuration section that specifies the SSL configuration details (usually SSLOptionN).

Set this parameter in the [Viewing] section of the View component configuration file to configure SSL for outgoing communications from View to the Distributed Connector or NiFi Ingest.

If you do not set this parameter, the View uses the settings that you set in OutgoingSSLConfig to connect to the Distributed Connector or NiFi.

Type: String
Default:  
Required: No
Configuration Section: Viewing
Example: [Viewing]
DistributedConnectorSSLConfig=SSLOption1

[SSLOption1]
SSLMethod=Negotiate
SSLCertificate=host1.crt
SSLPrivateKey=host1.key
SSLCACertificate=trusted.crt
See Also: Secure Socket Layer Parameters