Skip to content

Releases: sherifabdlnaby/elastdocker

v3.2.2 🚀

28 Sep 15:33
f50797f
Compare
Choose a tag to compare

Changes

  • Upgrade Default Stack Version to 8.10.2
  • Fixes #82
  • Fixes #76
  • Fixes #102

📝 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 🚀

20 Mar 13:17
92df811
Compare
Choose a tag to compare

Changes

📝 Documentation

Update to 8.6.2 @sherifabdlnaby (#91)

Chore Update

v3.2.0 🚀

23 Nov 11:26
2e95594
Compare
Choose a tag to compare

Changes

introducing apm-server to elastdocker @mostafahussein (#85)

Signed-off-by: (╯°□°)╯︵ uᴉǝssnH ɐɟɐʇsoW mostafa.hussein91@gmail.com

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 mostafa.hussein91@gmail.com

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 🚀

09 Jul 15:50
ab291a2
Compare
Choose a tag to compare

v3.1.0 🚀

24 May 11:51
7829671
Compare
Choose a tag to compare

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 🚀

03 Mar 23:31
6375a4a
Compare
Choose a tag to compare

Changes

🚀 Major

  • Update Major Stack Version to 8.0
  • Drop Docker Swarm Support
  • Update Minimum Docker Version Requirement

v2.1.0 🚀

25 Feb 21:03
1929804
Compare
Choose a tag to compare

Changes

🚀 Enhancements

V2.1.0 @sherifabdlnaby (#59)
  • ⬆️ Default Stack Version 7.16.2 => 7.17.0
  • Restore Extendable Dockerfiles for Stack Components (fixes #53)
  • Add CI (fixes #46)

⬆️ Upgrades

V2.1.0 @sherifabdlnaby (#59)
  • ⬆️ Default Stack Version 7.16.2 => 7.17.0
  • Restore Extendable Dockerfiles for Stack Components (fixes #53)
  • Add CI (fixes #46)

Release `v2.0.1` 🚀 - Log4Shell Mitigation

01 Jan 18:19
8485d92
Compare
Choose a tag to compare
  • 🔒 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` 🚀

25 Dec 19:19
3dcdb1e
Compare
Choose a tag to compare
  • ⬆️ 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

17 Apr 01:55
Compare
Choose a tag to compare
v1.19.0

Default Stack Version `7.11.1` => `7.12.0` ⬆️