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

[apm] Add more redirects #3532

Merged
merged 1 commit into from
Jan 11, 2024
Merged
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
48 changes: 48 additions & 0 deletions docs/en/apm-server/redirects.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,12 @@ Refer to {observability-guide}/configure-tail-based-sampling.html[Configure tail

Refer to {observability-guide}/log-correlation.html[Logging integration].

[discrete]
[[ingest-logs-in-es]]
==== Ingest your logs into Elasticsearch

Refer to {observability-guide}/log-correlation.html#ingest-logs-in-es[Ingest your logs into Elasticsearch].

[role="exclude",id="cross-cluster-search"]
=== Cross-cluster search

Expand Down Expand Up @@ -704,6 +710,18 @@ Refer to {observability-guide}/how-to-guides.html[How-to guides].
=== Create and upload source maps (RUM)
Refer to {observability-guide}/source-map-how-to.html[Create and upload source maps (RUM)]

[discrete]
[[source-map-rum-generate]]
==== Generate a source map

Refer to {observability-guide}/source-map-how-to.html#source-map-rum-generate[Generate a source map]

[discrete]
[[source-map-rum-upload]]
==== Upload the source map

Refer to {observability-guide}/source-map-how-to.html#source-map-rum-upload[Upload the source map]

[role="exclude",id="jaeger-integration"]
=== Integrate with Jaeger

Expand Down Expand Up @@ -836,6 +854,12 @@ Refer to {observability-guide}/configuring-howto-apm-server.html[Configure].

Refer to {observability-guide}/configuration-process.html[General configuration options].

[discrete]
[[max_event_size]]
==== Max event size

Refer to {observability-guide}/configuration-process.html#max_event_size[Max event size].

[role="exclude",id="configuration-anonymous"]
=== Anonymous authentication

Expand Down Expand Up @@ -941,6 +965,18 @@ Refer to {observability-guide}/configuration-path.html[Project paths].

Refer to {observability-guide}/configuration-rum.html[Real User Monitoring (RUM)].

[discrete]
[[rum-library-pattern]]
==== Library Frame Pattern

Refer to {observability-guide}/configuration-rum.html#rum-library-pattern[Library Frame Pattern].

[discrete]
[[rum-allow-origins]]
==== Allowed Origins

Refer to {observability-guide}/configuration-rum.html#rum-allow-origins[Allowed Origins].

[role="exclude",id="configuration-ssl-landing"]
=== SSL/TLS settings

Expand Down Expand Up @@ -1046,6 +1082,12 @@ Refer to {observability-guide}/secure-agent-communication.html[With APM agents].

Refer to {observability-guide}/agent-tls.html[APM agent TLS communication].

[discrete]
[[agent-client-cert]]
==== Client certificate authentication

Refer to {observability-guide}/agent-tls.html#agent-client-cert[Client certificate authentication].

[role="exclude",id="api-key"]
=== API keys

Expand Down Expand Up @@ -1193,6 +1235,12 @@ Refer to {observability-guide}/api-events.html[Elastic APM events intake API].

Refer to {observability-guide}/api-metadata.html[Metadata].

[discrete]
[[api-metadata-schema]]
==== Metadata scheme

Refer to {observability-guide}/api-metadata.html#api-metadata-schema[Metadata scheme].

[role="exclude",id="api-transaction"]
=== Transactions

Expand Down
Loading