Skip to content

Commit

Permalink
docs: link to other troubleshooting guides (#4608) (#4613)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Jan 13, 2021
1 parent bb5cf28 commit ed80912
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/guide/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ If you run into trouble, there are three places you can look for help.
[float]
=== Troubleshooting documentation

The APM Server and each APM agent has a troubleshooting guide:
The APM Server, APM app, and each APM agent has a troubleshooting guide:

* {apm-server-ref-v}/troubleshooting.html[APM Server troubleshooting]
* {kibana-ref}/troubleshooting.html[APM app troubleshooting]
* {apm-dotnet-ref-v}/troubleshooting.html[.NET agent troubleshooting]
* {apm-go-ref-v}/troubleshooting.html[Go agent troubleshooting]
* {apm-java-ref-v}/trouble-shooting.html[Java agent troubleshooting]
Expand Down
18 changes: 13 additions & 5 deletions docs/troubleshooting.asciidoc
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
//////////////////////////////////////////////////////////////////////////
//// This content is mainly copied from filebeat and adapted for apm-server
//////////////////////////////////////////////////////////////////////////

[[troubleshooting]]
= Troubleshoot

[partintro]
--
If you have issues installing or running APM Server,
If you have issues installing or running APM Server,
read the following tips:

* <<common-problems>>
Expand All @@ -22,6 +18,18 @@ Other sections in the documentation may also be helpful:
* <<tune-es, Tune Elasticsearch>>
* {apm-overview-ref-v}/agent-server-compatibility.html[Agent/Server compatibility matrix]

If your issue is potentially related to other components of the APM ecosystem,
don't forget to check the relevant troubleshooting guides:

* {kibana-ref}/troubleshooting.html[APM app troubleshooting]
* {apm-dotnet-ref-v}/troubleshooting.html[.NET agent troubleshooting]
* {apm-go-ref-v}/troubleshooting.html[Go agent troubleshooting]
* {apm-java-ref-v}/trouble-shooting.html[Java agent troubleshooting]
* {apm-node-ref-v}/troubleshooting.html[Node.js agent troubleshooting]
* {apm-py-ref-v}/troubleshooting.html[Python agent troubleshooting]
* {apm-ruby-ref-v}/debugging.html[Ruby agent troubleshooting]
* {apm-rum-ref-v}/troubleshooting.html[RUM troubleshooting]

--

include::common-problems.asciidoc[]
Expand Down

0 comments on commit ed80912

Please sign in to comment.