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

Unable to use Exporter

Open parag90-zz opened this issue 7 years ago • 6 comments

Elasticsearch Exporter - Version 2.0.1 Tried to load driver [elasticsearch] that doesnt exist! Exit code 11: driver doesn't exist

I got this message while running exporter

parag90-zz avatar Oct 25 '17 09:10 parag90-zz

Could you give us the used command?

pgbezerra avatar Dec 08 '17 16:12 pgbezerra

Hi, I used this command, node exporter.js -a http://localhost:9200 -b http://my_ip_address:9200/. I got error.

Elasticsearch Exporter - Version 2.0.1 Tried to load driver [elasticsearch] that doesnt exist! Exit code 11: driver doesn't exist

senthilmca90 avatar May 03 '18 11:05 senthilmca90

I'm sorry to ask this, but did you do npm install?

pgbezerra avatar May 17 '18 04:05 pgbezerra

Yes, I have done npm install

senthilmca90 avatar May 18 '18 12:05 senthilmca90

I cannot reproduce. Sorry :(

pgbezerra avatar May 18 '18 13:05 pgbezerra

I also tried to reproduce this issue. Without npm install I could get the same error as @parag90 but simply doing npm install solved the issue

bfarayev avatar May 21 '18 00:05 bfarayev

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