Open mindbat opened 5 years ago
Oh, and here's all the details about my docker setup:
Running with 4GB of memory, 2 CPUs, and 1GB swap configured.
@mindbat did you upgrade Elasticsearch versions?
seems the APM setup failed cause it was expecting a "clean" environment but that environment wasn't clean.
Maybe try wiping the whole thing (make sure your container, and volumes and networks are all deleted, as well as the keystores created in the config
directory). the make clean
target should take care of that for you. Then try again.
@fxdgear Will do, though afaik this was the first time I'd done anything with stack-docker
, so I'd be surprised if there was other state lingering around.
Hi all, Is this problem solved? Because Iam not able to start the apm-server the following error appears: for apm-server Cannot create container for service apm-server: b'Mount denied:\nThe source path "C:path/Stack-docker-master/stack-docker-master/config/apm-server/apm-server.keystore"\ndoesn\'t exist and is not known to Docker'
Can anyone help me with that please
I get the same error for: ERROR: for auditbeat Cannot create container for service auditbeat: b'Mount denied:\nThe source path "C:/Github-repos/stack-docker-master/config/auditbeat/auditbeat.keystore"\ndoesn\'t exist and is not known to Docker' ERROR: Encountered errors while bringing up the project.
@mindbat were you able to get past that error by any chance?
I was able to "fix" this for myself by copying over metricbeat's keystore file into the apm-server config dir and renaming it to apm-server.keystore
. Not sure if APM is working or not but I could log into kibana that way and that's enough for me.
I was able to solve this by running setup with the --remove-orphans option
docker-compose -f setup.yml up --remove-orphans
I was able to solve this by running setup with the --remove-orphans option
docker-compose -f setup.yml up --remove-orphans
Thanks, it worked
Just tried setting this up on my mac, following the directions in the readme.
I get the following error while running
docker-compose -f setup.yml up
:Even though the apm-server setup fails, the overall setup exists cleanly.
So then I try
docker-compose up -d
, and get this:Everything else seems to come up ok, but it seems there's problems getting the apm-server setup?