mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Move observability content (#79978)
This commit is contained in:
parent
4f4abf2286
commit
af6d287653
16 changed files with 69 additions and 90 deletions
BIN
docs/observability/images/apm-app.png
Normal file
BIN
docs/observability/images/apm-app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 455 KiB |
BIN
docs/observability/images/logs-app.png
Normal file
BIN
docs/observability/images/logs-app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
docs/observability/images/metrics-app.png
Normal file
BIN
docs/observability/images/metrics-app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 321 KiB |
BIN
docs/observability/images/uptime-app.png
Normal file
BIN
docs/observability/images/uptime-app.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 480 KiB |
|
@ -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}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue