Skip to content

v3.2.0 🚀

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 11:26
· 11 commits to refs/heads/main since this release
2e95594

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