lmenezes / cerebro

MIT License
5.54k stars 718 forks source link

what is the difference between cerebro an kopf? #309

Closed azulay7 closed 6 years ago

RogierSchuring commented 6 years ago

Cerebro works with elasticsearch 5.x and 6.x and kopf doesn't (as far as I know).

Also, Kopf was an elasticsearch plugin and due to changed policy on elastic side, was no longer allowed. Cerebro is a standalone app.

azulay7 commented 6 years ago

thanks!! that was helpful :)

tle-livongo commented 6 years ago

Actually kopf can work with ES 5.6 and 6.x. That's what I am using at the moment with ES 6.3.0.

I have a forked version that work for me.

moliware commented 6 years ago

The main reason of starting a standalone app was exactly what @RogierSchuring said, elasticsearch doesn't allow plugins like kopf. So, kopf was discontinued and Cerebro was created :)