We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The filebeat supports disable SSL verification with configuration
output.elasticsearch: hosts: ["https://localhost:9200"] username: "elastic" password: "elastic" ssl.verification_mode: "none"
How to set it up in kafka-connect-elasticsearch?
name=elasticsearch-sink connector.class=io.confluent.connect.elasticsearch.ElasticsearchSinkConnector tasks.max=1 topics=test-elasticsearch-sink key.ignore=true connection.url=https://localhost:9200 connection.username=elastic connection.password=elastic type.name=kafka-connect # no option likes ssl.verification_mode?
I can't find any useful tips from https://docs.confluent.io/kafka-connectors/elasticsearch/current/configuration_options.html#security
See also #843
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
The filebeat supports disable SSL verification with configuration
How to set it up in kafka-connect-elasticsearch?
I can't find any useful tips from https://docs.confluent.io/kafka-connectors/elasticsearch/current/configuration_options.html#security
See also #843
The text was updated successfully, but these errors were encountered: