elkninja / elastic-stack-docker-part-one

Getting up and running with Elastic Stack on Docker-Compose
Apache License 2.0
152 stars 94 forks source link

User credentials cannot be modified #1

Closed l4t3b0 closed 1 year ago

l4t3b0 commented 1 year ago

First of all I would like to thank you these docker configuration files. This has great added value to be able to set up and run a full ELK environment for developers in minutes 👏

I have successfully installed it in my local docker environment and it works great unless I make modifications in my .env file for the passwords.

Unfortunately the configuration files of the beats has the hardcoded password 'changeme' and therefore it cannot be modified.

Would be nice if you could fix it

elkninja commented 1 year ago

Thanks @l4t3b0! I've created a branch with those changes. Would you mind pulling down that branch and testing a password change to make sure it works for you?

l4t3b0 commented 1 year ago

wow

I was not expecting an answer In such a short time 😃

I just made a short test, but I can confirm, that it is now working. I can login to Kibana with modified elastic password and metricbeat keeps on sending the data

great job 👍

thanks

elkninja commented 1 year ago

updated the blog and merged.