Skip to content

How to set up ssl.verification_mode=none just like in filebeat #861

New issue

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

Open
tony9527167 opened this issue May 21, 2025 · 0 comments
Open

How to set up ssl.verification_mode=none just like in filebeat #861

tony9527167 opened this issue May 21, 2025 · 0 comments

Comments

@tony9527167
Copy link

tony9527167 commented May 21, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant