lmenezes / cerebro

MIT License
5.54k stars 716 forks source link

Elasticsearch 8.x version #567

Open zhang7410852963 opened 2 years ago

zhang7410852963 commented 2 years ago

Does it support ES 8 version? I downloaded the latest version 0.9.4, but it doesn't support it. Will it be supported in the future?

GYFgaoyuefei commented 2 years ago

好的,我已收到

idanoo commented 2 years ago

It works with ES8 for me. I have security disabled though - so that may be related?

ChetanGoti commented 2 years ago

Just tested with 8.5.0 and it works with security enabled along with self-signed certificates.

I had to run it by removing SSL validation though.

docker run -p 9000:9000 lmenezes/cerebro -Dplay.ws.ssl.loose.acceptAnyCertificate=true
RogierSchuring commented 1 year ago

It unfortunately doesn't work with the newer node roles (data_content and data_hot/cold/warm etc.) It exclusively filters on "data" and thus in the first screen, no data nodes are shown and shard management is impossible :( Kibana management still does a poor job in regards to shard management... this was always the biggest reason for us to use cerebro! If it were to be updated (index_templates, component_templates instead of the old "templates", data stream management and ILM) it would be a great tool again and would be greatly preferred over Kibana management :)

Please do not mistake this as a bash or something. I truly greatly appreciate the hard work Leonardo put into this and I understand that you can spend time only once! Thanks @lmenezes for this great management tool!