Skip to content
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

allow overriding ElasticsearchWriter for those who want a non restrictive https mode #80

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zg2pro
Copy link

@zg2pro zg2pro commented May 20, 2021

Hi,

Currently it's hard to make elasticsearch-appender work with https. Of course there is always the solution to register certificates into jvm but it's not handy especially if you have certificates with only 1 year validity, then you'd need many things to manage. If you let this method protected, people can override this method, override the ElasticsearchWriter, so when they want to trust all certificates, they can do it.

Best regards

@zg2pro zg2pro changed the title Update AbstractElasticsearchPublisher.java allow overriding ElasticsearchWriter for those who want a non restrictive https mode May 20, 2021
@zg2pro zg2pro changed the title allow overriding ElasticsearchWriter for those who want a non restrictive https mode WIP: allow overriding ElasticsearchWriter for those who want a non restrictive https mode May 20, 2021
@zg2pro zg2pro changed the title WIP: allow overriding ElasticsearchWriter for those who want a non restrictive https mode allow overriding ElasticsearchWriter for those who want a non restrictive https mode May 20, 2021
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

Successfully merging this pull request may close these issues.

1 participant