Kibana plugin development connection issue

I have Elastic and Kibana running successfully. Now I’m unsure how to launch the development version. I went to the directory in WSL and used the “yarn start” command. I have updated the kibana.yml file to reflect the version that is running on my local machine. I am getting the following warnings and can not connect with a browser:

[2022-01-17T13:39:23.859-06:00][INFO ][plugins.taskManager] TaskManager is identified by the Kibana UUID: b66dad5f-8fc5-4b97-b0aa-fcf57c642185

[2022-01-17T13:39:24.003-06:00][WARN ][plugins.security.config] Session cookies will be transmitted over insecure connections. This is not recommended.

[2022-01-17T13:39:24.034-06:00][WARN ][plugins.security.config] Session cookies will be transmitted over insecure connections. This is not recommended.

[2022-01-17T13:39:24.096-06:00][INFO ][plugins.ruleRegistry] Installing common resources shared between all indices

[2022-01-17T13:39:24.706-06:00][INFO ][plugins.screenshotting.config] Chromium sandbox provides an additional layer of protection, and is supported for Linux Ubuntu 20.04 OS. Automatically enabling Chromium sandbox.

[2022-01-17T13:39:26.117-06:00][ERROR][Elasticsearch-service] Unable to retrieve version information from Elasticsearch nodes. connect ECONNREFUSED 127.0.0.1:9200

[2022-01-17T13:39:27.062-06:00][INFO ][plugins.screenshotting.chromium] Browser executable: /home/XXX/kibana/x-pack/plugins/screenshotting/chromium/headless_shell-linux_x64/headless_shel

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.