I am new to open distro. I installed elastic search and kibana on ubuntu 20 and trying to reach kibana localhost.After navigating port 5601 i can see the dashboard but kibana does not work. I used the sample docker-compose.yml file in this link:logz.io/blog/open-distro-for-elasticsearch/amp. After, reaching the localhost with "curl -XGET localhost:9200 -u admin:admin --insecure". I searched in the browser and could enter the kibana dashbord. The kibana status is YELLOW but when I click on the dashbord options on the left (e.g alerting). The process does not proceed and again it shows me the home page of kibana dashbord. Should I do something else to be able to use these options?
0 Replies