We are trying to migrate our elasticsearch to use HighLevelRestApi. I couldn't figure out how to match couple x-pack settings in HighLevelRestApi.
In original transport api, we disabled ssl validation from client side by setting xpack.security.transport.ssl.verification_mode
to none
and setting xpack.security.transport.ssl.enabled
totrue
. How do I set these 2 values in HighLevelRestApi?
Question on elastic search migration from 2.X to 6.X
jefferychen
(Yingxin Chen)
#1