when it comes to the Elasticsearch database, do you know / use any tool that allows database exploration – something like MySQL Workbench?
Piotr Borowski [DevOps Member] Selected answer as best 9th July 2021
Yes, Kibana can be used for that. You can access it by running C:\Program Files\Elasticsearch\Kibana\bin\kibana.bat and gong to http://localhost:5601/app/kibana#/dev_tools/console?_g=()
If you want to access kibana remotely, you’ll need to update the yaml file of your kibana ( default c:\Program Files\Elasticsearch\Kibana\config) and change the server.host to where the elastic db is running.
Piotr Borowski [DevOps Member] Selected answer as best 9th July 2021
Hi Piotr,
For that purpose we use Kibana. When installing Elasticsearch through DataMiner, the tool is available in C:\Program Files\Elasticsearch\Kibana
Piotr Borowski [DevOps Member] Unselected an answer 9th July 2021