Hi,
I want to index many data to Elasticsearch. But I have the problem, that is a lot of data that logstash fails the conexion for too many retries.
I've tried with Bulk api from python, but it is too slow.
and Ive tried with re_index api, but I have the "s_s_l_handshake_exception" because mi elasticsearch1 has authentication.
how can I index data to elasticsearch easily and fast?
Thanks.