Hi,
I'm new to the ELK stack. I was able to successfully deploy a functional ELK stack (version 8.2.3, Docker containerized) in my local virtual environment (VirtualBox - Vagrant VM). For development purposes, we have some virtual machines in Azure, which have pretty much the same configuration properties as my local VM. When trying to deploy the stack to one of those, reproducing the exact same steps, I stumbled across errors such as these:
I've tried a multitude of recommendations of previous threads: different (updated) browsers (Chrome, Chrome Dev, Firefox Dev, Edge, Opera); using default configurations or enabling some advanced security and/or disabling security features, setting xpack.security.sameSiteCookies: None
, etc., without results. It does not seem to be an issue with the server, since both Elasticsearch and Kibana logs show no errors. In despair, asking for help to a colleague in the team, he was able to successfully start up Kibana pointing to the Azure VM from his PC, with no issues whatsoever. However, on my side, things are still pretty much the same.