Does anyone tried to add/create index to ES from JSON files. I am looking for solution where I can "import" lots of data from JSON files directly to ES.
So far I found two plugins.
First is FileSystem River for Elasticsearch. The problem with this ES plugin that either plugin uncompatible with latest versions of ES or something else. In any case I just cannot make it work.
My JSON files are valid files, so there is no problems file files.
The second plugin Elasticdump. Great ES plugin for backups, restore from backups and easy transferring data to other clasters. But no-good for "import"/indexing directly from the list of files.
There is also Bulk Api in ES with but it is not clear if it usable for "importing" from files.
Any thought/examples/directions on that?