Skip to content

Conversation

kilfoyle
Copy link
Contributor

@kilfoyle kilfoyle commented Mar 20, 2025

During migration the install steps for Elastic Agent and Beats were replaced with the "this version has not yet been released" string that was used conditionally for yet-to-be released versions. So, this adds back in the actual install steps.

See related PR for Beats docs:

original

Screenshot 2025-03-20 at 11 38 28 AM

fixed

screen

Examples

Closes: #853

@kilfoyle kilfoyle requested a review from eedugon March 20, 2025 19:04
@kilfoyle kilfoyle marked this pull request as ready for review March 20, 2025 19:04
Copy link
Contributor

@eedugon eedugon left a comment

Choose a reason for hiding this comment

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

Similar fixes than in the other PR, with a few comments.

I believe we should create snippets to not duplicate the same so many times, but maybe at a later stage.

kilfoyle and others added 19 commits March 20, 2025 17:07
…with-beats.md

Co-authored-by: Edu González de la Herrán <[email protected]>
…with-beats.md

Co-authored-by: Edu González de la Herrán <[email protected]>
…with-beats.md

Co-authored-by: Edu González de la Herrán <[email protected]>
…with-beats.md

Co-authored-by: Edu González de la Herrán <[email protected]>
@eedugon
Copy link
Contributor

eedugon commented Mar 22, 2025

@kilfoyle , I'm getting a 404 when trying to open the Elastic Agent preview link: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/854/reference/ingestion-tools/fleet/install-standalone-elastic-agent

Just FYI, not sure why!

@kilfoyle
Copy link
Contributor Author

I'm getting a 404 when trying to open the Elastic Agent preview link

Oops. I think that was just some clumsy copying-and-pasting on my part. I've fixed the link in the PR description.

@kilfoyle kilfoyle requested a review from eedugon March 24, 2025 21:46
Copy link
Contributor

@eedugon eedugon left a comment

Choose a reason for hiding this comment

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

LGTM, the only issue I see is that the {{stack-version}} is not being substituted in the Windows tabs, just FYI:

image

@kilfoyle
Copy link
Contributor Author

kilfoyle commented Mar 25, 2025

the only issue I see is that the {{stack-version}} is not being substituted in the Windows tabs, just FYI

Nice catch @eedugon! It seems that substitutions aren't supported inside of single backtick code strings, but that's okay. Since the instruction isn't a command, but rather just to rename a directory, I've changed {{stack-versions}} with [version] in f92c1ea.

Screenshot 2025-03-25 at 10 00 00 AM

Thanks for the approval!

@kilfoyle kilfoyle merged commit d14d4f3 into elastic:main Mar 25, 2025
4 checks passed
@kilfoyle kilfoyle self-assigned this Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix instances of 'Version 9.0 of Beat/Agent has not yet been released'

2 participants