spinscale / elasticsearch-graphite-plugin

[UNMAINTAINED] Elasticsearch plugin which pushes data to a graphite server
Do What The F*ck You Want To Public License
66 stars 32 forks source link

Elasticsearch 0.19.11 startup issue #10

Closed mirakl577 closed 10 years ago

mirakl577 commented 10 years ago

Good day, I couldn't start elasticsearch after I installed this plugin. The version of elasticsearch is 0.19.11 This is what I got after start elasticsearch in foreground mode: Startup Failed ...

About settings, I added them into elasticsearch.yml as: metrics.graphite.host: 10.0.0.1 metrics.graphite.port: 2003 metrics.graphite.every: 1m is that correct ?

Is there any workaround ?

mirakl577 commented 10 years ago

elasticsearch version 1.1.1 works.

spinscale commented 10 years ago

Yes, you would need to go back in time and use a pre 1.0 version for this and 1.0 has some breaking changes where the plugin needed to adapt. There is no real possibility to support all the versions in the same codebase. There is a dedicated 0.90 branch you could try out, but I will not develop that one further I guess.