mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* Update index.asciidoc More tidying up * Partial commit, still very much work in progress * Work in progress * More partial changes * More partial changes * Yet more changes * More changes to infrastructure section * Some more tidying up of topics. * More changes, adjusting links, proof-reading etc. * Some review comments from @bmorelli25 and @gchaps * Another review change * Adding redirect for deleted bookmark * More review changes “application” is “app” apparently in this context * Review comments from Brandon
34 lines
1.5 KiB
Text
34 lines
1.5 KiB
Text
[role="xpack"]
|
|
[[xpack-infra]]
|
|
= Infrastructure
|
|
|
|
[partintro]
|
|
--
|
|
The Infrastructure app enables you to monitor your infrastructure 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 an inventory of your infrastructure by hosts, Kubernetes pod 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 Infrastructure 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[]
|