Elasticsearch-Exporter icon indicating copy to clipboard operation
Elasticsearch-Exporter copied to clipboard

The source driver has not reported any documents that can be exported. Not exporting.

Open gruaig opened this issue 6 years ago • 8 comments

Hey wonder can you help me node exporter.js -s elasticsearch -a 10.10.209.50 -i elastalert_status -t file -tf filename Elasticsearch Exporter - Version 1.4.0 The source driver has not reported any documents that can be exported. Not exporting. Number of calls: 0 Fetched Entries: 0 documents Processed Entries: 0 documents Source DB Size: 0 documents

gruaig avatar Jul 26 '18 12:07 gruaig

Me too, version 1.4.0.

node ~/node_modules/elasticsearch-exporter/exporter.js -a ipa -b ipb
Elasticsearch Exporter - Version 1.4.0
Reading source statistics from ElasticSearch
The source driver has not reported any documents that can be exported. Not exporting.
Number of calls:        0
Fetched Entries:        0 documents
Processed Entries:      0 documents
Source DB Size:         0 documents

lhzw avatar Nov 24 '18 09:11 lhzw

ME too.

401825317 avatar Nov 29 '18 08:11 401825317

image

401825317 avatar Nov 29 '18 08:11 401825317

No one answer it?

LuckyNemo avatar Dec 28 '18 06:12 LuckyNemo

Hello all.

I also had this problem. Maybe it was an update on ElasticSearch that broke this but I'm using 6.3/6.5 and the problem seems to be a missing header on requests made to the nodes. I added line 43 to the request.js source file and it seems to fix this issue. reqOpts.headers['Content-Type'] = "application/json";

si24803 avatar Jun 19 '19 16:06 si24803

Me too,

songkaiha avatar Dec 11 '19 12:12 songkaiha

Me too...

dtorthestudent avatar Jun 17 '20 14:06 dtorthestudent

Me too...

liuhll avatar Mar 31 '21 08:03 liuhll

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.

mallocator avatar Jan 18 '24 03:01 mallocator