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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

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

c# - Update a combobox from a presenter (MVP) -