ELK using Docker, 5044 with no reply

Hi,
I am following this tutorial 'https://elk-docker.readthedocs.io/' to configure ELK using docker. Everything goes well except when I do curl localhost:5044, I get 'Empty reply from server'. My machine is a VM with Ubuntu 16.04.

Note: I didn't read the tutorial and have no idea how your config looks like

use docker ps to:

  1. Check your logstash container is actually running
  2. Check the internal port 5044 is actually mapped to 5044 (or exposed at all).

Knowing the container name and ID, you can get a more indepth look via docker inspect <container>.

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