Move observability content (#79978)

This commit is contained in:
EamonnTP 2020-10-13 16:08:48 +01:00 committed by GitHub
parent 4f4abf2286
commit af6d287653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 69 additions and 90 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

View file

@ -13,12 +13,69 @@ With *Observability*, you have:
* *View in app* options to drill down and analyze data in the Logs, Metrics, Uptime, and APM apps.
* An alerts chart to keep you informed of any issues that you may need to resolve quickly.
{kib} provides step-by-step instructions to help you add and configure your data
sources. The {observability-guide}/index.html[Observability Guide] is a good source for more detailed information
and instructions.
[role="screenshot"]
image::observability/images/observability-overview.png[Observability Overview in {kib}]
[float]
== Get started
[[logs-app]]
== Logs
{kib} provides step-by-step instructions to help you add and configure your data
sources. The {observability-guide}/index.html[Observability Guide] is a good source for more detailed information
and instructions.
The {logs-app} in {kib} enables you to search, filter, and tail all your logs
ingested into {es}. Instead of having to log into different servers, change
directories, and tail individual files, all your logs are available in the {logs-app}.
There is live streaming of logs, filtering using auto-complete, and a logs histogram
for quick navigation. You can also use machine learning to detect specific log
anomalies automatically and categorize log messages to quickly identify patterns in your
log events.
To get started with the {logs-app}, see {observability-guide}/ingest-logs.html[Ingest logs].
[role="screenshot"]
image::observability/images/logs-app.png[Logs app in {kib}]
[float]
[[metrics-app]]
== Metrics
The {metrics-app} in {kib} enables you to visualize infrastructure metrics
to help diagnose problematic spikes, identify high resource utilization,
automatically discover and track pods, and unify your metrics
with logs and APM data in {es}.
To get started with the {metrics-app}, see {observability-guide}/ingest-metrics.html[Ingest metrics].
[role="screenshot"]
image::observability/images/metrics-app.png[Metrics app in {kib}]
[float]
[[uptime-app]]
== Uptime
The {uptime-app} in {kib} enables you to monitor the availability and response times
of applications and services in real time, and detect problems before they affect users.
You can monitor the status of network endpoints via HTTP/S, TCP, and ICMP, explore
endpoint status over time, drill down into specific monitors, and view a high-level
snapshot of your environment at any point in time.
To get started with the {uptime-app}, see {observability-guide}/ingest-uptime.html[Ingest uptime data].
[role="screenshot"]
image::observability/images/uptime-app.png[Uptime app in {kib}]
[float]
[[apm-app]]
== APM
The APM app in {kib} enables you to monitors software services and applications in real time,
collect unhandled errors and exceptions, and automatically pick up basic host-level metrics
and agent specific metrics.
To get started with the APM app, see <<apm-ui,Set up the APM app>>.
[role="screenshot"]
image::observability/images/apm-app.png[APM app in {kib}]