Hey guys,
I know many of you still use Kibana 3 out there, cause it still have some advantages for logging use case.
Dont get me wrong, Kibana 4-6 are great for dashboards, visualizations and in-depth views of the data (in fact we are using both versions), but if i want to have a look at the data itself, I still prefer Kibana 3.
Now we are challenging the upgrade to ES 5.X and with that we looking for a solution to still have Kibana 3 available with user authentication for the new ES version.
Right now we are using this 2 components:
the 1st one is doing the authentication/authorization while the 2nd one is providing the updates kibana modules to work with ES 2.X and 5.X.
However the authentication part is no longer working with ES 5.X due to changes to _nodes API.
Any of you guys can recommend another solution to make authentication work with Kibana 3.X and ES 5.x?
Thank you very much.