dceldran commented on issue #2975: URL: https://github.com/apache/drill/issues/2975#issuecomment-2605187779
Do you refer the elastic storage plugin config? ``` { "type": "elastic", "hosts": [ "https://my-elastic-cluster-from-elastic-cloud.com" ], "authMode": "SHARED_USER", "disableSSLVerification": false, "credentialsProvider": { "credentialsProviderType": "PlainCredentialsProvider", "credentials": { "username": "myelasticuser", "password": "myelasticpassword" }, "userCredentials": {} }, "enabled": true } ``` If you refer to the apache drill config, i'm using the default one, i'm new with apache drill and i mounted it with docker in my local environment without changing anything. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org