I'm trying to install and configure a simple node on my local machine using Docker, following the documentation.
However, when I try to execute the first step of the Kibana configuration and paste the enrollment token, it just hangs.
Upon checking the logs, I see there's a preceding issue:
2023-11-27 09:50:49 [2023-11-27T08:50:49.112+00:00][WARN ][savedobjects-service] Unable to connect to Elasticsearch. Error: index_not_found_exception
2023-11-27 09:50:49 Root causes:
2023-11-27 09:50:49 index_not_found_exception: no such index [.kibana]
2023-11-27 09:50:49 [2023-11-27T08:50:49.141+00:00][INFO ][savedobjects-service] [.kibana] INIT -> CREATE_NEW_TARGET. took: 25ms.
After this, there's nothing more to do but delete the container and try again. But still, no luck.