Elastdocker Versions Save

🐳 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.

v3.2.2

7 months ago

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?

  • Fixes #82
  • Fixes #76
  • Fixes #102

Where has this been tested?

Locally + CI/CD

v3.2.1

1 year ago

Changes

📝 Documentation

Update to 8.6.2 @sherifabdlnaby (#91)

Chore Update

v3.2.0

1 year ago

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

1 year ago

Changes

⬆️ Upgrades

📝 Documentation

v3.1.0

1 year ago

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

v3.0.0

2 years ago

Changes

🚀 Major

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

v2.1.0

2 years ago

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)

v2.0.1

2 years ago
  • 🔒 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.
  • :bug: Add quotes to Tooling Docker-Compose env vars ( not accepted by some Docker Compose versions ). [fixes #47, fixed by #48]

v2.0.0

2 years ago
  • ⬆️ 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.

v1.19.0

3 years ago