-
Notifications
You must be signed in to change notification settings - Fork 159
Replace Beats/Agent 'has not yet been released' with install commands #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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.
reference/ingestion-tools/fleet/install-standalone-elastic-agent.md
Outdated
Show resolved
Hide resolved
reference/ingestion-tools/fleet/install-standalone-elastic-agent.md
Outdated
Show resolved
Hide resolved
reference/ingestion-tools/fleet/install-standalone-elastic-agent.md
Outdated
Show resolved
Hide resolved
solutions/observability/apps/tutorial-monitor-java-application.md
Outdated
Show resolved
Hide resolved
solutions/observability/apps/tutorial-monitor-java-application.md
Outdated
Show resolved
Hide resolved
solutions/observability/cloud/monitor-google-cloud-platform-gcp.md
Outdated
Show resolved
Hide resolved
solutions/observability/cloud/monitor-google-cloud-platform-gcp.md
Outdated
Show resolved
Hide resolved
solutions/observability/cloud/monitor-microsoft-azure-with-beats.md
Outdated
Show resolved
Hide resolved
solutions/observability/cloud/monitor-microsoft-azure-with-beats.md
Outdated
Show resolved
Hide resolved
solutions/observability/cloud/monitor-microsoft-azure-with-beats.md
Outdated
Show resolved
Hide resolved
…nt.md Co-authored-by: Edu González de la Herrán <[email protected]>
…nt.md Co-authored-by: Edu González de la Herrán <[email protected]>
reference/ingestion-tools/fleet/install-standalone-elastic-agent.md
Outdated
Show resolved
Hide resolved
reference/ingestion-tools/fleet/install-standalone-elastic-agent.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Edu González de la Herrán <[email protected]>
Co-authored-by: Edu González de la Herrán <[email protected]>
…p.md Co-authored-by: Edu González de la Herrán <[email protected]>
…ts.md Co-authored-by: Edu González de la Herrán <[email protected]>
…ts.md Co-authored-by: Edu González de la Herrán <[email protected]>
…p.md Co-authored-by: Edu González de la Herrán <[email protected]>
…ts.md Co-authored-by: Edu González de la Herrán <[email protected]>
Co-authored-by: Edu González de la Herrán <[email protected]>
Co-authored-by: Edu González de la Herrán <[email protected]>
Co-authored-by: Edu González de la Herrán <[email protected]>
Co-authored-by: Edu González de la Herrán <[email protected]>
Co-authored-by: Edu González de la Herrán <[email protected]>
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]>
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]>
…p.md Co-authored-by: Edu González de la Herrán <[email protected]>
…p.md Co-authored-by: Edu González de la Herrán <[email protected]>
…p.md Co-authored-by: Edu González de la Herrán <[email protected]>
…p.md Co-authored-by: Edu González de la Herrán <[email protected]>
@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! |
Oops. I think that was just some clumsy copying-and-pasting on my part. I've fixed the link in the PR description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 ![]() Thanks for the approval! |
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
fixed
Examples
- Install and configure Filebeat tabs
- Install and configure Metricbeat tabs
- Setup tabs with commands for Heartbeat
Closes: #853