I've got a local ES storage config which I assume from some testing with
Drill 1.21.1 I did a while back. It looks this after some obfuscation,
in case this helps.
{
"type" : "elastic",
"hosts" : [
"https://________47f0d48fa8846d___________.us-central1.gcp.cloud.es.io" ],
"authMode" : "SHARED_USER",
"disableSSLVerification" : false,
"credentialsProvider" : {
"credentialsProviderType" : "PlainCredentialsProvider",
"credentials" : {
"username" : "elastic",
"password" : "_________"
},
"userCredentials" : { }
},
"enabled" : false
}
On 2023/11/28 04:41, 河村裕太 wrote:
I am having trouble configuring the elasticsearch connection from apachedrill.
I can't set "hosts" when configuring plugIn, so I would like to see a sample
configuration.