Skip to content

Elastic Agent: replace agentbeat with elastic-otel-collector#5232

Merged
cmacknz merged 11 commits intoelastic:mainfrom
cmacknz:cmacknz/remove-agentbeat-reference
Mar 2, 2026
Merged

Elastic Agent: replace agentbeat with elastic-otel-collector#5232
cmacknz merged 11 commits intoelastic:mainfrom
cmacknz:cmacknz/remove-agentbeat-reference

Conversation

@cmacknz
Copy link
Copy Markdown
Member

@cmacknz cmacknz commented Feb 19, 2026

Summary

In 9.3.0 we replaced the agentbeat executable with the elastic-otel-collector executable (which also implements the EDOT collector). Replace all references to agentbeat with elastic-otel-collector.

Generative AI disclosure

  1. Did you use a generative AI (GenAI) tool to assist in creating this contribution?
  • Yes
  • No

@cmacknz cmacknz self-assigned this Feb 19, 2026
@cmacknz cmacknz requested a review from a team as a code owner February 19, 2026 22:18
@cmacknz cmacknz added the v9.3.0 label Feb 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 19, 2026

✅ Vale Linting Results

No issues found on modified lines!


The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 19, 2026

@cmacknz cmacknz added the Team:Ingest Issues owned by the Ingest Docs Team label Feb 24, 2026
@vishaangelova
Copy link
Copy Markdown
Member

vishaangelova commented Feb 25, 2026

Thanks for this update @cmacknz! As we’re publishing cumulative docs for all 9.x versions, we need to be explicit that this change happens in version 9.3 and we need to keep the previous content for users on versions 9.0-9.2. I’d suggest placing the code blocks in an applies switch:

::::{applies-switch}
:::{applies-item} { serverless: ga, stack: ga 9.3+ }
Code block for versions 9.3+
:::
:::{applies-item} { stack: ga 9.0-9.2 }
Code block for version 9.0-9.2
:::
::::

And for the install-elastic-agents.md, maybe we could rephrase to:

The basic {{agent}} flavor is installed by default using the `elastic-agent install` command with an agent package: `.zip`, .`tar.gz`, `.deb`, `.rpm`, or `.msi`. This flavor includes only the following components:

* Component for implementing all [{{beats}}](beats://reference/index.md)-based integrations:
  * {applies_to}`serverless: ga, stack: ga 9.3+` `elastic-otel-collector`
  * {applies_to}`stack: ga 9.0-9.2` `agentbeat`

Comment thread reference/fleet/install-elastic-agents.md Outdated
Comment thread reference/fleet/example-kubernetes-standalone-agent-helm.md Outdated
Copy link
Copy Markdown
Member

@vishaangelova vishaangelova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last fix needed:)

Comment thread reference/fleet/example-kubernetes-standalone-agent-helm.md Outdated
Comment thread reference/fleet/example-kubernetes-standalone-agent-helm.md Outdated
Copy link
Copy Markdown
Member

@vishaangelova vishaangelova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the two suggestions applied, the applies switch will be rendered correctly (tested it locally)—approving to unblock.

cmacknz and others added 2 commits March 2, 2026 13:30
Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
@cmacknz cmacknz merged commit 613ca38 into elastic:main Mar 2, 2026
8 checks passed
@cmacknz cmacknz deleted the cmacknz/remove-agentbeat-reference branch March 2, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team:Ingest Issues owned by the Ingest Docs Team v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants