Fix logging issue

This commit is contained in:
loganhz
2019-03-24 18:28:44 +08:00
parent abd3904dbe
commit 1aabc2994a
3 changed files with 3 additions and 8 deletions
@@ -29,6 +29,6 @@ After adding all the Fluentd servers, you have the option to select **Enable Gzi
## SSL Configuration
If your Fluentd servers are using TLS, you need to select **Use TLS**. Provide the **CA Certificate PEM**. You can copy and paste the certificate or upload it using the **Read from a file** button.
If your Fluentd servers are using TLS, you need to select **Use TLS**. Provide the **CA Certificate PEM** if you are using a self-signed certificate. You can copy and paste the certificate or upload it using the **Read from a file** button.
>**Note:** Fluentd does not support self signed certificates.
>**Note:** Fluentd does not support self-signed certificates when client authentication is enabled.
@@ -28,7 +28,7 @@ If your Kafka cluster is using SSL for the **Broker**, you need to complete the
1. Provide the **CA Certificate PEM**. You can either copy and paste the certificate or upload it using the **Read from a file** button.
>**Note:** Kafka does not support self signed certificates.
>**Note:** Kafka does not support self-signed certificates when client authentication is enabled.
### SASL configuration
@@ -25,11 +25,6 @@ If you are using rsyslog, please make sure your rsyslog authentication mode is `
If your Syslog server is using **TCP** protocol and uses TLS, you need to select **Use TLS** and complete the **Encryption Configuration** form.
1. Select whether or not you want to verify your SSL. If the **Enabled - Input trusted server certificate** option is selected, a certificate section is enabled. You can either copy and paste the certificate or upload them by **Read from a file**.
* If you are using a self-signed certificate, provide the **CA Certificate PEM**.
* If you are using a certificate from a certificate authority, provide your **Trusted Server Certificate Chain**.
1. Provide the **Client Private Key** and **Client Certificate**. You can either copy and paste them or upload them by using the **Read from a file** button.
- You can use either a self-signed certificate or one provided by a certificate authority.