Index data to elasticsearch

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.

Where do you want to index data from? What type of data are you indexing?

What is the specification of your Elasticsearch cluster? How have you secured it? What did your Logstash config look like?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.