telekom-security / tpotce

🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
GNU General Public License v3.0
6.69k stars 1.07k forks source link

Elastic did not load properly #1596

Closed TheGrandMaster01 closed 3 months ago

TheGrandMaster01 commented 3 months ago

Issue with Kibana/Elastic. Elastic did not load properly. Check the server output for more information. image

⚠️ Basic support information (commands are expected to run as root)

We happily take the time to improve T-Pot and take care of things, but we need you to take the time to create an issue that provides us with all the information we need.

t3chn0m4g3 commented 3 months ago

The setup is not really recommended. Based on the screenshots you seem to be running a desktop environment. This might lead to standby issues with ES being unable to close indices correctly and thus being unable to recover them correctly. You can use Elasticvue to further investigate the issue and simply delete indices that are defective, however you will most likely run into the same issues as long you are a using a desktop environment. Also docker logs elasticsearch -f will provide you with error logs regarding ES.

TheGrandMaster01 commented 3 months ago

Error response from daemon: No such container: elasticsearch

Alright, so what do you recommend then, physical install?

t3chn0m4g3 commented 3 months ago

Based on the screenshots the container is up at some point, then you need to run the logging. Otherwise follow the ReadMe to the recommended installation.

Physical install will make no difference, if you keep using a desktop environment the error will probably continue.