Releases: sherifabdlnaby/elastdocker
v3.2.2 🚀
Changes
📝 Documentation
Upgrade to 8.10.2 @sherifabdlnaby (#106)
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
What does this implement/fix? Explain your changes.
Regular Update
Does this close any currently open issues?
Where has this been tested?
Locally + CI/CD
v3.2.1 🚀
v3.2.0 🚀
Changes
introducing apm-server to elastdocker @mostafahussein (#85)
Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW [email protected]
What does this implement/fix? Explain your changes.
This PR will do the following:
- Add apm-server as a running container to the current stack
- Update kibana.yml with pre-configuration to add apm integration package and create a default policy for it
Does this close any currently open issues?
closes #60
Any relevant logs, error output, etc?
No
Any other comments?
The apm integration configured does not handle settings customization, not sure if it will be possible through API calls
Where has this been tested?
Ubuntu Server 22.04 LTS, verified by the points below:
- The stack is up and running
- Elastic APM integration automatically enabled on kibana
- Custom application using elastic-apm package while passing the CA certificate and secret token to be able to send events to the apm-server
use docker compose v2 when available @mostafahussein (#86)
Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW [email protected]
What does this implement/fix? Explain your changes.
This PR adds support for docker compose v2 without the need to install docker-compose as a standalone binary
Does this close any currently open issues?
No
Any relevant logs, error output, etc?
No
Any other comments?
No
Where has this been tested?
Ubuntu Server 22.04 LTS
v3.1.1 🚀
Changes
⬆️ Upgrades
📝 Documentation
v3.1.0 🚀
Changes
make prune only removes this project's volumes @gluckzhang (#73)
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
What does this implement/fix? Explain your changes.
Adjust the Makefile and let make prune
only delete the volumes created by this docker-compose project. The following command works:
docker volume prune -f --filter label=com.docker.compose.project=elastic
Does this close any currently open issues?
Yes, this closes #72 .
Any relevant logs, error output, etc?
Not necessary in this case.
Where has this been tested?
In my local environment.
Fix env_file creation for Kibana token usage. @pisto (#63)
The file was created with a 'key: value' syntax, but 'key=value' is needed.
⬆️ Upgrades
⬆️ 🚀 Update Stack to Major Version 8.2 @sherifabdlnaby (#74)
⬆️ 🚀 Update Stack to Major Version 8.2
ELK Major Version 8.0 Upgrade - v3.0.0 🚀
Changes
🚀 Major
- Update Major Stack Version to 8.0
- Drop Docker Swarm Support
- Update Minimum Docker Version Requirement
v2.1.0 🚀
Release `v2.0.1` 🚀 - Log4Shell Mitigation
-
🔒 Enforce log4shell mitigation.
- Even though the CVE is mitigated on recent Docker Images, we're adding the flag via the config just in case Elastdocker was used with past un-patched docker images.
-
🐛 Add quotes to Tooling Docker-Compose env vars ( not accepted by some Docker Compose versions ). [fixes #47, fixed by #48]
Release `v2.0.0` 🚀
- ⬆️ Default Stack Version
7.12.0
=>7.16.2
⬆️ - ✨Enabled SSL on HTTP Layer
- Enables the usage of ELK Alerts
- Enables the usage of ML Jobs
- Enables the usage of SIEM features
- ✨Add
make collect-docker-logs
option that will ship Host docker containers to ELK. - Removed
ElastAlert
&Curator
from bundled tools, replaced with native ELK Features. - No Longer uses Custom Built Images instead pull images directly from Registry.
Updated to Latest ELK 7.12.0
v1.19.0 Default Stack Version `7.11.1` => `7.12.0` ⬆️