We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect to Elasticsearch with a TLS configuration.
Elasticsearch TLS config is not passed in.
TLS is not included if I have this config.
elasticsearch: enabled: false external: true host: myhost.name.cluster port: "9200" version: v7 scheme: https logLevel: error username: anyusername password: anypassword tls: caData: thecadata certData: thecertdata keyData: thekeydata enableHostVerification: false enabled: true
n/a
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What are you really trying to do?
Connect to Elasticsearch with a TLS configuration.
Describe the bug
Elasticsearch TLS config is not passed in.
Minimal Reproduction
TLS is not included if I have this config.
Environment/Versions
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: