-
Notifications
You must be signed in to change notification settings - Fork 449
APM server setup fails #73
Comments
@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 |
@fxdgear Will do, though afaik this was the first time I'd done anything with |
Hi all, 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' |
@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 |
I was able to solve this by running setup with the --remove-orphans option |
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?
The text was updated successfully, but these errors were encountered: