Skip to content

Commit 478fb6c

Browse files
author
EamonnTP
authored
Move observability content (#79978) (#80360)
1 parent b934016 commit 478fb6c

File tree

16 files changed

+69
-90
lines changed

16 files changed

+69
-90
lines changed
-295 KB
Binary file not shown.

docs/infrastructure/index.asciidoc

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/logs/images/logs-console.png

-499 KB
Binary file not shown.

docs/logs/index.asciidoc

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/management/alerting/alert-management.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
beta[]
66

7-
The *Alerts* tab provides a cross-app view of alerting. Different {kib} apps like <<xpack-infra, Metrics>>, <<xpack-apm, APM>>, <<xpack-uptime, Uptime>>, and <<xpack-siem, SIEM>> can offer their own alerts, and the *Alerts* tab provides a central place to:
7+
The *Alerts* tab provides a cross-app view of alerting. Different {kib} apps like <<metrics-app,Metrics>>, <<xpack-apm,APM>>, <<uptime-app,Uptime>>, and <<xpack-siem,SIEM>> can offer their own alerts, and the *Alerts* tab provides a central place to:
88

99
* <<create-edit-alerts, Create and edit>> alerts
1010
* <<controlling-alerts, Control alerts>> including enabling/disabling, muting/unmuting, and deleting
@@ -39,7 +39,7 @@ image::images/alerts-filter-by-action-type.png[Filtering the alert list by type
3939
[[create-edit-alerts]]
4040
==== Creating and editing alerts
4141

42-
Many alerts must be created within the context of a {kib} app like <<xpack-infra, Metrics>>, <<xpack-apm, APM>>, or <<xpack-uptime, Uptime>>, but others are generic. Generic alert types can be created in the *Alerts* management UI by clicking the *Create* button. This will launch a flyout that guides you through selecting an alert type and configuring it's properties. Refer to <<alert-types>> for details on what types of alerts are available and how to configure them.
42+
Many alerts must be created within the context of a {kib} app like <<metrics-app, Metrics>>, <<xpack-apm, APM>>, or <<uptime-app, Uptime>>, but others are generic. Generic alert types can be created in the *Alerts* management UI by clicking the *Create* button. This will launch a flyout that guides you through selecting an alert type and configuring it's properties. Refer to <<alert-types>> for details on what types of alerts are available and how to configure them.
4343

4444
After an alert is created, you can re-open the flyout and change an alerts properties by clicking the *Edit* button shown on each row of the alert listing.
4545

455 KB
Loading
1.05 MB
Loading
321 KB
Loading
481 KB
Loading

docs/observability/index.asciidoc

Lines changed: 61 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,69 @@ With *Observability*, you have:
1313
* *View in app* options to drill down and analyze data in the Logs, Metrics, Uptime, and APM apps.
1414
* An alerts chart to keep you informed of any issues that you may need to resolve quickly.
1515

16+
{kib} provides step-by-step instructions to help you add and configure your data
17+
sources. The {observability-guide}/index.html[Observability Guide] is a good source for more detailed information
18+
and instructions.
19+
1620
[role="screenshot"]
1721
image::observability/images/observability-overview.png[Observability Overview in {kib}]
1822

1923
[float]
20-
== Get started
24+
[[logs-app]]
25+
== Logs
2126

22-
{kib} provides step-by-step instructions to help you add and configure your data
23-
sources. The {observability-guide}/index.html[Observability Guide] is a good source for more detailed information
24-
and instructions.
27+
The {logs-app} in {kib} enables you to search, filter, and tail all your logs
28+
ingested into {es}. Instead of having to log into different servers, change
29+
directories, and tail individual files, all your logs are available in the {logs-app}.
30+
31+
There is live streaming of logs, filtering using auto-complete, and a logs histogram
32+
for quick navigation. You can also use machine learning to detect specific log
33+
anomalies automatically and categorize log messages to quickly identify patterns in your
34+
log events.
35+
36+
To get started with the {logs-app}, see {observability-guide}/ingest-logs.html[Ingest logs].
37+
38+
[role="screenshot"]
39+
image::observability/images/logs-app.png[Logs app in {kib}]
40+
41+
[float]
42+
[[metrics-app]]
43+
== Metrics
44+
45+
The {metrics-app} in {kib} enables you to visualize infrastructure metrics
46+
to help diagnose problematic spikes, identify high resource utilization,
47+
automatically discover and track pods, and unify your metrics
48+
with logs and APM data in {es}.
49+
50+
To get started with the {metrics-app}, see {observability-guide}/ingest-metrics.html[Ingest metrics].
51+
52+
[role="screenshot"]
53+
image::observability/images/metrics-app.png[Metrics app in {kib}]
54+
55+
[float]
56+
[[uptime-app]]
57+
== Uptime
58+
59+
The {uptime-app} in {kib} enables you to monitor the availability and response times
60+
of applications and services in real time, and detect problems before they affect users.
61+
You can monitor the status of network endpoints via HTTP/S, TCP, and ICMP, explore
62+
endpoint status over time, drill down into specific monitors, and view a high-level
63+
snapshot of your environment at any point in time.
64+
65+
To get started with the {uptime-app}, see {observability-guide}/ingest-uptime.html[Ingest uptime data].
66+
67+
[role="screenshot"]
68+
image::observability/images/uptime-app.png[Uptime app in {kib}]
69+
70+
[float]
71+
[[apm-app]]
72+
== APM
73+
74+
The APM app in {kib} enables you to monitors software services and applications in real time,
75+
collect unhandled errors and exceptions, and automatically pick up basic host-level metrics
76+
and agent specific metrics.
77+
78+
To get started with the APM app, see <<apm-ui,Set up the APM app>>.
79+
80+
[role="screenshot"]
81+
image::observability/images/apm-app.png[APM app in {kib}]

0 commit comments

Comments
 (0)