Does anyone know how I can enter a lot of data into elasticsearch?
I used logstash, but the connection fails because so many data. I've dealt with Bulk API from Python, but it's too slow. and I used re index api, but I get an "s_s_l_handshake_exception" since my Elasticsearch1 has authentication and the elasticsearch2 does not have.
Someone knows how I can enter data easily and quickly to elasticsearch. I'm talking about thousands.
Thank you very much.