Unanswered
and an url_prefix. Note that
Can Clearml-Server Connect To Elasticsearch Via Https Endpoint?
I See No Option For That And Eck Only Deploys With Https.
See here: https://elasticsearch-py.readthedocs.io/en/v7.12.1/api.html#elasticsearch
` # connect to localhost directly and another node using SSL on port 443
and an url_prefix. Note that port
needs to be an int.
es = Elasticsearch([
{'host': 'localhost'},
{'host': 'othernode', 'port': 443, 'url_prefix': 'es', 'use_ssl': True},
]) `
145 Views
0
Answers
3 years ago
one year ago