Upload large folder of json files to elasticsearch -


i have folder consists of 20,000 json files. want import index in elastic search. know of bulk api, i'm not sure how loop on folder index each json.

i've seen things on how --databinary @__.json seems work files, not entire folder. maybe not understanding correctly.

the jsons of type geojson , on windows machine. appreciated, thanks!


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -