vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

Support logstash as a replacement for Anthracite #123

Open X-Trade opened 10 years ago

X-Trade commented 10 years ago

Would it be possible to use Logstash in place of Anthracite?

They appear to serve very similar functions. Both are storing event data although admittedly logstash is more oriented towards log processing, there's no reason it doesn't accept events which are relevant as deployments or incidents for example.

They both use an elasticsearch database on the backend.

Dieterbe commented 10 years ago

yeah it should pretty much just work

X-Trade commented 10 years ago

So you mean set the anthracite host in config to the logstash elasticsearch host and point it at the logstash index?

If it's going to be that easy then I'll try it.

Dieterbe commented 9 years ago

Yes