i'm stuck. how can send large json file (62.5 GO) to elasticsearch using Api?
Welcome!
I guess it's not one single document of 62gb.
You need to split it in smaller parts.
hello! while searching i found out that there two possibilities : either use bulk API or logstash . i'm trying to send my json file to logstash first , do i need to split it ?
Logstash will handle splitting things into bulk requests to Elasticsearch.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.