-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apm docs consolidation] Redirect APM guide pages to Observability gu…
…ide (#3498) * move files from docs/en/apm-server to docs/en/observability/apm/ * move index and redirects back to docs/en/apm-server/ * update apm guide index * add redirects * delete overview * clean up * fix broken links * clean up redirects (cherry picked from commit 0de6b2c)
- Loading branch information
1 parent
76e8b86
commit 6dea4b5
Showing
185 changed files
with
1,067 additions
and
150 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
Oops, something went wrong.