Skip to content
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

Fix 8.16 links #4491

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion docs/en/apm-server/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1221,12 +1221,19 @@ Refer to {observability-guide}/apm-api-info.html[APM Server information API].

Refer to {observability-guide}/apm-api-events.html[Elastic APM events intake API].

[role="exclude",id="apm-api-metadata"]
=== Metadata

{move-notice}

Refer to {observability-guide}/apm-api-events.html#apm-api-metadata-overview[Metadata].

[role="exclude",id="api-metadata"]
=== Metadata

{move-notice}

Refer to {observability-guide}/apm-api-events.html#apm-api-metadata[Metadata].
Refer to {observability-guide}/apm-api-events.html#apm-api-metadata-overview[Metadata].

[discrete]
[[api-metadata-schema]]
Expand Down Expand Up @@ -1496,3 +1503,10 @@ Refer to {observability-guide}/apm-release-notes-8.1.html[APM version 8.1].
{move-notice}

Refer to {observability-guide}/apm-release-notes-8.0.html[APM version 8.0].

[role="exclude",id="traces-get-started"]
=== APM version 8.0

{move-notice}

Refer to {observability-guide}/apm-getting-started-apm-server.html[Quick start with {ecloud}].
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ If you're developing an agent, these errors can be useful for debugging.

The APM Server uses a collection of JSON Schemas for validating requests to the intake API:

* <<apm-api-metadata>>
* <<apm-api-metadata-overview>>
* <<apm-api-transaction>>
* <<apm-api-span>>
* <<apm-api-error>>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[apm-api-metadata]]
[[apm-api-metadata-overview]]
= Metadata

Every new connection to the APM Server starts with a `metadata` stanza.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/observability/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ Refer to <<apm-api-events>>.
[role="exclude",id="api-metadata"]
=== Metadata

Refer to <<apm-api-metadata>>.
Refer to <<apm-api-metadata-overview>>.

[discrete]
[[api-metadata-schema]]
Expand Down
Loading