graph-explorer
graph-explorer copied to clipboard
Support logstash as a replacement for Anthracite
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.
yeah it should pretty much just work
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.
Yes