You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We have an Es7 cluster, and I had to make a few changes to this plugin for it to talk to it. Mostly around the fact we need to use https when talking to ES, and have a custom ca_file to use with openssl etc.
so, I did :
1 . Specified the 'host' env var as https://whatever-server
2. Changed the 'fetch(resource)' function to be :
Hi,
We have an Es7 cluster, and I had to make a few changes to this plugin for it to talk to it. Mostly around the fact we need to use https when talking to ES, and have a custom ca_file to use with openssl etc.
so, I did :
1 . Specified the 'host' env var as https://whatever-server
2. Changed the 'fetch(resource)' function to be :
after that, it seems to work.
Apologies for what's probably not very good ruby. I suspect the 'ca_file' should really be handled through another ENV thing really.
Thanks for this plugin though ;)
The text was updated successfully, but these errors were encountered: