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 docs consolidation] Redirect APM guide pages to Observability guide #3498

Merged
merged 8 commits into from
Jan 3, 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
26 changes: 0 additions & 26 deletions docs/en/apm-server/apm-overview.asciidoc

This file was deleted.

94 changes: 7 additions & 87 deletions docs/en/apm-server/integrations-index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,96 +1,16 @@
include::./version.asciidoc[]
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

:apm-integration-docs:
:obs-repo-dir: {observability-docs-root}/docs/en

:github_repo_link: https://github.com/elastic/apm-server/blob/v{version}
ifeval::["{version}" == "8.0.0"]
:github_repo_link: https://github.com/elastic/apm-server/blob/main
endif::[]


// OTHER ATTRS
// TODO: Check that these are still relevant
:version: {apm_server_version}
:beatname_lc: apm-server
:beatname_uc: APM Server
:beatname_pkg: {beatname_lc}
:beat_kib_app: APM app
:beat_monitoring_user: apm_system
:beat_monitoring_user_version: 6.5.0
:beat_monitoring_version: 6.5
:beat_default_index_prefix: apm
:access_role: {beat_default_index_prefix}_user
:beat_version_key: observer.version
:dockerimage: docker.elastic.co/apm/{beatname_lc}:{version}
:dockergithub: https://github.com/elastic/apm-server-docker/tree/{doc-branch}
:dockerconfig: https://raw.githubusercontent.com/elastic/apm-server/{doc-branch}/apm-server.docker.yml
:discuss_forum: apm
:github_repo_name: apm-server
:sample_date_0: 2019.10.20
:sample_date_1: 2019.10.21
:sample_date_2: 2019.10.22
:repo: apm-server
:no_kibana:
:no_ilm:
:no-pipeline:
:no-processors:
:no-indices-rules:
:no_dashboards:
:apm-server:
:deb_os:
:rpm_os:
:mac_os:
:docker_platform:
:win_os:
:linux_os:

:downloads: https://artifacts.elastic.co/downloads/apm-server
:doctype: book

// Temporary attributes
:which-guide: apm
:apm-server-dir: {observability-docs-root}/docs/en/apm-server

// END OTHER ATTRS
include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

[[apm-user-guide]]
= APM User Guide

include::apm-overview.asciidoc[]

include::apm-quick-start.asciidoc[]

include::getting-started-apm-server.asciidoc[]

include::data-model.asciidoc[]
:move-notice: This documentation has moved to the {observability-guide}/apm.html[Observability guide] as of version 8.12.

include::features.asciidoc[]
{move-notice}

include::how-to.asciidoc[]
== About

include::open-telemetry.asciidoc[]

include::manage-storage.asciidoc[]

include::configure/index.asciidoc[leveloffset=+1]

include::setting-up-and-running.asciidoc[]

include::secure-comms.asciidoc[]

include::monitor-apm-server.asciidoc[]

include::api.asciidoc[]

include::troubleshoot-apm.asciidoc[]

include::upgrading.asciidoc[]

include::release-notes.asciidoc[leveloffset=+1]

include::known-issues.asciidoc[leveloffset=+1]
This documentation has moved.

include::redirects.asciidoc[]

:which-guide:
Loading
Loading