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

A small script to export data from one Elasticsearch cluster into another.

Results 16 Elasticsearch-Exporter issues
Sort by recently updated
recently updated
newest added

Here is the command and error node exporter.js --sourceUseSSL true --sourceAuth admin:ZOO --targetAuth admin:JP0k6 --sourceHost essourceclusterdns --targetUseSSL true --targetHost estargetclusterdns -i .sec-data-9 -j .sec-data-9 -T true -U true -V true...

Add to npm reposiotry the dist-tag next in order to test theVersion 2.0.0 of your exporter Like polymer-cli, ``` # npm view polymer-cli dist-tags { latest: '1.5.4', apache: '0.7.1-apache', next:...

We finally have a packaging mechanism that seems to work so that we can create an executable for folks that don't have node installed. Once the exporter works again this...

enhancement

The error log says: ###### Elasticsearch Exporter - Version 1.4.0 Reading source statistics from ElasticSearch Reading mapping from ElasticSearch Caught exception in Main process: TypeError: Cannot read property 'settings' of...

bug
question

Referencing pull request #119 and @harelba. It still seems to me that this could be done easier (and potentially faster) without building your own module. Something along the lines of:...

enhancement

Make known errors (such as remote host not reachable) easier to understand. Right now the errors thrown are cryptic or exceptions thrown by ElasticSearch and don't help much in resolving...

enhancement