mallocator / Elasticsearch-Exporter

A small script to export data from one Elasticsearch cluster into another.
Apache License 2.0
593 stars 112 forks source link

ES -> ES not working, always show no documents #135

Closed puppywang closed 9 months ago

puppywang commented 5 years ago

Elasticsearch Exporter - Version 2.0.1 Mapping on target database is now ready Starting data export Processed Entries: 0 documents Source DB Size: 0 documents No documents have been found in the source database!

statistics.hits is used in exporter.js, but I can't find any where to assign hits value from ES.

node exporter.js -sh 192.168.1.10 -si images -th 127.0.0.1
cujovaisov commented 4 years ago

Same here, also getting No documents have been found in the source database

gmesika commented 2 years ago

here also... 3 years after dosent seems that someone is maintaining

mallocator commented 9 months ago

Yes, a little late, but I've moved on to other projects. Unfortunately, I can't point you to any other repo that forked and continued the work here, so you'll have to look for another solution, although I believe AI will soon make all of these little tools obsolete.

Most functionality was broken when ES moved to v6, and I don't even know what version we're on today, so it's no surprise it's broken. If there's huge demand I may come back to this as I was working on a more generic implementation with drivers for different DBs, a web GUI, and other little improvements. For now, consider this project abandoned 😢. One person can only do so much.