Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed words in /docs/observability/* files. Elastic/elastic not changed. #120

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/observability/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ 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
{osd} 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}]
image::observability/images/observability-overview.png[Observability Overview in {osd}]

[float]
[[logs-app]]
== Logs

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
The {logs-app} in {osd} enables you to search, filter, and tail all your logs
ingested into {opensearch}. 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
Expand All @@ -36,27 +36,27 @@ 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}]
image::observability/images/logs-app.png[Logs app in {osd}]

[float]
[[metrics-app]]
== Metrics

The {metrics-app} in {kib} enables you to visualize infrastructure metrics
The {metrics-app} in {osd} 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}.
with logs and APM data in {opensearch}.

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}]
image::observability/images/metrics-app.png[Metrics app in {osd}]

[float]
[[uptime-app]]
== Uptime

The {uptime-app} in {kib} enables you to monitor the availability and response times
The {uptime-app} in {osd} 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
Expand All @@ -65,17 +65,17 @@ 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}]
image::observability/images/uptime-app.png[Uptime app in {osd}]

[float]
[[apm-app]]
== APM

The APM app in {kib} enables you to monitors software services and applications in real time,
The APM app in {osd} 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}]
image::observability/images/apm-app.png[APM app in {osd}]