sherifabdlnaby / elastdocker

🐳 Elastic Stack (ELK) v8+ on Docker with Compose. Pre-configured out of the box to enable Logging, Metrics, APM, Alerting, ML, and SIEM features. Up with a Single Command.
https://towardsdatascience.com/running-securing-and-deploying-elastic-stack-on-docker-f1a8ebf1dc5b
MIT License
1.81k stars 320 forks source link

Fix env_file creation for Kibana token usage. #63

Closed pisto closed 2 years ago

pisto commented 2 years ago

The file was created with a 'key: value' syntax, but 'key=value' is needed.

sherifabdlnaby commented 2 years ago

@pisto Nice catch! I wonder how did this work on my Local Machine.