elasticsearch_loader icon indicating copy to clipboard operation
elasticsearch_loader copied to clipboard

A tool for batch loading data files (json, parquet, csv, tsv) into ElasticSearch

Results 5 elasticsearch_loader issues
Sort by recently updated
recently updated
newest added

I have tried using this module on the command line and in a script. All I am getting is errors. I am on Ubuntu 20.04

stale

Current version of `elasticsearch_loader` passes `_type` iteratively during data indexing. As per Elastic's [announcement & overview on types](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0), typeless APIs have been best practice since ES 6.0, and users who...

I am run it with the following command: ``` elasticsearch_loader --es-host http://localhost:9203 --http-auth elastic:changeme --index raw_bill --type incident csv input.csv ``` I got : ``` Traceback (most recent call last):...

I'm getting the following error trying to import a JSON file. I tried it with the latest elastic search 8.5.3 and also the last tested/supported version that the loader was...