Issue with Docker compose installation

Hi. I'm also trying to get a elastic/kibana/logstash node setup using Docker compose.

I'm using this configuration, based off the official one.

When I run this command, I get the following error from configure_kibana:

sudo ELASTIC_VERSION=5.4.0 TAG=5.4.0 docker-compose up
ubuntu_elasticsearch_1 is up-to-date
ubuntu_kibana_1 is up-to-date
Starting ubuntu_logstash_1
Starting ubuntu_configure_kibana_1
Attaching to ubuntu_elasticsearch_1, ubuntu_kibana_1, ubuntu_logstash_1, ubuntu_configure_kibana_1
configure_kibana_1 | cat: /usr/local/bin/configure-kibana.sh: Is a directory
...
...
ubuntu_configure_kibana_1 exited with code 0

I have the config/logstash.conf file in my home directory. What could be wrong?

thanks

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