From some videos I have watched about the ELK stack, I see that there is no authentication mechanism for Kibana.
I have yet to begin using it, and would like to know a few things beforehand: In a re-design, we are planning to use ElasticSearch through a .Net connector/DAL. Users never have direct access to the database.
I would like to offer some of the reporting features that Kibana has to the users of this new web portal/dashboard, where users can get reports only based on their own data.
Is it possible to integrate Kibana into an authentication-based web portal?
Thank you.