kibana/docs/infrastructure/index.asciidoc
Marjorie Jones 5e05bbd05f
[DOCs] Rename some instances of Infrastructure to Metrics (#49195)
* Renaming Infrastructure to Metrics whenever the context is the metrics app.

* More renames, and picking up a few stray references to Infrastructure/Metrics/Logs UI too.

* Fixing typo
2019-10-29 11:29:21 +00:00

34 lines
1.5 KiB
Text

[role="xpack"]
[[xpack-infra]]
= Metrics
[partintro]
--
The Metrics app enables you to monitor your infrastructure metrics and identify problems in real time.
You start with a visual summary of your infrastructure where you can view basic metrics for common servers, containers, and services.
Then you can drill down to view more detailed metrics or other information for that component.
You can:
* View your infrastructure metrics by hosts, Kubernetes pods or Docker containers.
You can group and filter the data in various ways to help you identify the items that interest you.
* View current and historic values for metrics such as CPU usage, memory usage, and network traffic for each component.
The available metrics depend on the kind of component being inspected.
* Use *Metrics Explorer* to group and visualize multiple customizable metrics for one or more components in a graphical format.
You can optionally save these views and add them to {kibana-ref}/dashboard.html[dashboards].
* Seamlessly switch to view the corresponding logs, application traces or uptime information for a component.
To get started, you need to <<xpack-metrics-getting-started, start collecting metrics data from your infrastructure>>. Then you can <<infra-ui, use the Metrics application to inspect and analyze your data>>.
[role="screenshot"]
image::infrastructure/images/infra-sysmon.png[Infrastructure Overview in Kibana]
--
include::getting-started.asciidoc[]
include::infra-ui.asciidoc[]
include::view-metrics.asciidoc[]
include::metrics-explorer.asciidoc[]