Releases: conzetti/elastic-agent-release
v2.0.0
v1.0.0
v0.0.23-alpha
TL;DR
- Elastic-agents supporting single word tags; adding an ability to add these in a runtime configuration'
- Added a
runtime.yml
Detail
Nodes deployed by BOSH are often hard to identify purely by the hostname that they are registered in Fleet with. Tagging allows us to at least have the understanding of what environment/foundation they belong to (or add tags that are helpful in some other meaningful way).
The README was updated and an example manifest was also updated to provide some guidance on how to apply tags when the elastic-agent enrolls.
v0.0.21-alpha
TL;DR
- First functional release
- Agent starts / restarts on failure
- Agent checks-in with defined fleet system
- Currently only intended to be used as BOSH addon
- Agent correctly gathers metrics, logs from the BOSH-managed system
Untested
- Remote upgrades (via Fleet Server)
- Long-term usage
- Collocation on TAS/CloudFoundry instances
Detail
This release leverages the separate enroll
and run
features of the agent, rather than using the install
feature to add a systemd unit to the notes. This project may gravitate towards using the install
command and allowing systemd to manage the process, but currently a bug in the elastic-agent registration process makes the install
command largely unusable without some manual intervention. The separate enroll
and run
commands allow the elastic-agent.yml
configuration to be templated beforehand and placed in the appropriate directory prior to service start.