'What is the Elastic equivalent of MongoDB Compass?

I've been asked to make some modifications to an existing app that uses Elastic Search. I'm trying to find an data viewer for Elastic and while I've found several, they are not working for me.

With MongoDB, I've used something called RoboMongo and is now called Compass. Is there an equivalent type of data browser for Elastic? If so what is it?

What are some Elastic Search Viewers?

I searched for elastic ui browser and got many hits, some include:

docker run -p 1358:1358 -d appbaseio/dejavu
docker run -p 5000:5000 elastichq/elasticsearch-hq
Then goto http://localhost:5000

Problem:

So far I've either not been able to login because I can't enter the username/password, or possibly because of CORS issues, or I'm connected and don't see any data.

I read that this is the syntax for entering a username/password in the Elastic URL

https://username:[email protected]/

I'm thinking because of CORS, I'll need an app that is installed not something that is a browser plugin.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source