Closed AbdessamadHALLAL closed 4 years ago
hmm I don't think we have a knob to disable TLS validation for ES at the moment.. do we @anuraaga ?
Nope sounds good to add one
Hi, Good, I deactivate SSL in elasticsearch server Thanks.
IS this really hard? Will it be added at some point ? thanks
@prune998 this is a volunteer project, most things are less about hard or not rather someone available or not. then, if that someone available or not knows how to do the work etc.
We just had a lot of work going on in other projects, so things like this which have been the same for 3 or 4 years seem less urgent than finishing larger projects.
It is good to express interest, as usually things without 3 people asking for it don't get prioritized. This is definitely a feature worth doing. If you have hands to try it, it could be a fun way to learn about the tools used. Otherwise, we'll ping back this issue when done. shouldn't be too long. cheers!
@hanahmily you have time to give this a try?
Thanks @adriancole
Hello, I want to link zipkin with kafka as collector and elasticsearch as storage. I deployed zipkin on kubenetes and used the last image
image: 'openzipkin / zipkin: latest'
here is the deployment file:Kafka collector works well without problem but elastisearch does not work
here is zipkin's health:
Do I have to modify the variables, knowing that the elastisearch host uses self-signed SSL? Is there a way to disable SSL validation?
Thank you