mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
docs: add getting started and service map vids (#95722)
This commit is contained in:
parent
caec3d4749
commit
f94a6889bb
2 changed files with 41 additions and 3 deletions
|
@ -6,6 +6,24 @@
|
|||
<titleabbrev>Get started</titleabbrev>
|
||||
++++
|
||||
|
||||
// Conditionally display a screenshot or video depending on what the
|
||||
// current documentation version is.
|
||||
|
||||
ifeval::["{is-current-version}"=="true"]
|
||||
++++
|
||||
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>
|
||||
<img
|
||||
style="width: 100%; margin: auto; display: block;"
|
||||
class="vidyard-player-embed"
|
||||
src="https://play.vidyard.com/Y4nE2XLYEk75odbRQmUA3g.jpg"
|
||||
data-uuid="Y4nE2XLYEk75odbRQmUA3g"
|
||||
data-v="4"
|
||||
data-type="inline"
|
||||
/>
|
||||
</br>
|
||||
++++
|
||||
endif::[]
|
||||
|
||||
For a quick, high-level overview of the health and performance of your application,
|
||||
start with:
|
||||
|
||||
|
|
|
@ -8,14 +8,34 @@ requests per minute, and errors per minute.
|
|||
If enabled, service maps also integrate with machine learning--for real time health indicators based on anomaly detection scores.
|
||||
All of these features can help you quickly and visually assess your services' status and health.
|
||||
|
||||
// Conditionally display a screenshot or video depending on what the
|
||||
// current documentation version is.
|
||||
|
||||
ifeval::["{is-current-version}"=="true"]
|
||||
++++
|
||||
<script type="text/javascript" async src="https://play.vidyard.com/embed/v4.js"></script>
|
||||
<img
|
||||
style="width: 100%; margin: auto; display: block;"
|
||||
class="vidyard-player-embed"
|
||||
src="https://play.vidyard.com/VH8gKnPE3Z2csACZTCeQrw.jpg"
|
||||
data-uuid="VH8gKnPE3Z2csACZTCeQrw"
|
||||
data-v="4"
|
||||
data-type="inline"
|
||||
/>
|
||||
</br>
|
||||
++++
|
||||
endif::[]
|
||||
|
||||
ifeval::["{is-current-version}"=="false"]
|
||||
[role="screenshot"]
|
||||
image::apm/images/service-maps.png[Example view of service maps in the APM app in Kibana]
|
||||
endif::[]
|
||||
|
||||
We currently surface two types of service maps:
|
||||
|
||||
* Global: All services instrumented with APM agents and the connections between them are shown.
|
||||
* Service-specific: Highlight connections for a selected service.
|
||||
|
||||
[role="screenshot"]
|
||||
image::apm/images/service-maps.png[Example view of service maps in the APM app in Kibana]
|
||||
|
||||
[float]
|
||||
[[service-maps-how]]
|
||||
=== How do service maps work?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue