generated from terraform-ibm-modules/terraform-ibm-module-template
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
Closed
Labels
Description
To have secure connection between Kibana and ES instance, setting this value ELASTICSEARCH_SSL_VERIFICATIONMODE: full is required.
This env variable controls the verification of certificates presented by Elasticsearch. Valid values are none, certificate, and full. full performs hostname verification, and certificate does not, as this should be secure by default I believe the value should be set as full.
This needs to be lookd into as below is mentioned here
Kibana runs with ELASTICSEARCH_SSL_VERIFICATIONMODE set to none, so although the traffic between Kibana and Elasticsearch is encrypted, the Elasticsearch service is not verified against the CA certificate provided by IBM Databases for Elasticsearch credentials.