when it comes to the Elasticsearch database, do you know / use any tool that allows database exploration - something like MySQL Workbench?
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.