Skip to content

Commit 3277515

Browse files
bmorelli25gtback
andauthored
Add APM Guide (#2246)
Co-authored-by: Greg Back <1045796+gtback@users.noreply.github.com>
1 parent b347b4d commit 3277515

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

conf.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ contents:
499499
-
500500
repo: elasticsearch-java
501501
path: docs/
502-
-
502+
-
503503
repo: elasticsearch
504504
path: docs/java-rest/
505505
-
@@ -1153,6 +1153,26 @@ contents:
11531153
-
11541154
repo: apm-server
11551155
path: CHANGELOG.asciidoc
1156+
- title: APM Guide
1157+
prefix: guide
1158+
index: docs/integrations-index.asciidoc
1159+
current: master
1160+
branches: [ master ]
1161+
live: [ master ]
1162+
chunk: 2
1163+
tags: APM Guide
1164+
subject: APM
1165+
sources:
1166+
-
1167+
repo: apm-server
1168+
path: changelogs
1169+
exclude_branches: [ 6.0 ]
1170+
-
1171+
repo: apm-server
1172+
path: docs
1173+
-
1174+
repo: apm-server
1175+
path: CHANGELOG.asciidoc
11561176
- title: APM Agents
11571177
base_dir: agent
11581178
sections:

doc_build_aliases.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ alias docbldim='$GIT_HOME/docs/build_docs --doc $GIT_HOME/observability-docs/doc
145145
alias docbldfdg='$GIT_HOME/docs/build_docs --doc $GIT_HOME/observability-docs/docs/en/fleet-developer/index.asciidoc --chunk 2'
146146

147147
# APM
148+
alias docbldapm='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-server/docs/integrations-index.asciidoc --chunk 2'
149+
148150
alias docbldamg='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-server/docs/guide/index.asciidoc --chunk 1'
149151

150152
alias docbldamr='$GIT_HOME/docs/build_docs --doc $GIT_HOME/apm-server/docs/index.asciidoc --chunk 1'

shared/attributes.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
:journalbeat-ref: https://www.elastic.co/guide/en/beats/journalbeat/{branch}
2525
:ingest-guide: https://www.elastic.co/guide/en/ingest-management/{branch}
2626
:fleet-guide: https://www.elastic.co/guide/en/fleet/{branch}
27+
:apm-guide-ref: https://www.elastic.co/guide/en/apm/guide/{branch}
2728
:apm-get-started-ref: https://www.elastic.co/guide/en/apm/get-started/{branch}
2829
:apm-overview-ref-v: https://www.elastic.co/guide/en/apm/get-started/{branch}
2930
:apm-overview-ref-70: https://www.elastic.co/guide/en/apm/get-started/7.0
@@ -260,7 +261,7 @@ Common words and phrases
260261
:slm-init: SLM
261262
:rollup-features: data rollup features
262263
:ipm: index pattern management
263-
:ipm-cap: Index pattern
264+
:ipm-cap: Index pattern
264265

265266
:rollup: rollup
266267
:rollup-cap: Rollup

0 commit comments

Comments
 (0)