Hi I am getting started with Elasticsearch and I would like to import a csv file into Elasticsearch index.
The problem is that, it is getting timeout error (file size is around 8mb).
How would I increase the timeout?
Hi I am getting started with Elasticsearch and I would like to import a csv file into Elasticsearch index.
The problem is that, it is getting timeout error (file size is around 8mb).
How would I increase the timeout?
ok, we can also import data using:
POST indexname/_doc
{
"column1":"column1 value",
"column2":"column2 value"
}
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.