Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions docs/en/infraops/infra-ui-intro.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ After you have infrastructure monitoring <<install-infrastructure-monitoring,up
and data is streaming to {es}, use the {infra-ui} UI in {kib} to monitor your
infrastructure and identify problems in real time.

For more information about working with the {infra-ui} UI, see the
{kibana-ref}/xpack-infra.html[{kib} documentation].

[float]
=== Monitor your hosts and containers

Expand Down
16 changes: 11 additions & 5 deletions docs/en/infraops/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ beta[]
To get up and running with infrastructure monitoring, you need:

* An Elasticsearch cluster and Kibana (version 6.5 or later) with a basic
license. To learn how to get up and running quickly, see
{stack-gs}/get-started-elastic-stack.html[Getting started with the
{stack}].
license. To learn how to get started quickly, see
{stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}].
+
[TIP]
==============
Expand All @@ -20,7 +19,14 @@ https://www.elastic.co/cloud/elasticsearch-service/signup[Try out the {es}
Service for free].
==============

* {beats} shippers installed on each system you want to monitor
* {beats} shippers (version 6.5 or later) installed on each system you want to
monitor

You might also need to modify UI settings in {kib} to change default behaviors,
such as the index pattern used to query the data, and the timestamp field used
for sorting. For more information, see
{kibana-ref}/infrastructure-ui-settings-kb.html[{infra-ui} UI Settings] and
{kibana-ref}/logs-ui-settings-kb.html[{logs-ui} UI Settings].

[float]
[[install-beats-for-infra-UI]]
Expand Down Expand Up @@ -86,7 +92,7 @@ module]
* {filebeat-ref}/add-kubernetes-metadata.html[{filebeat} `add_kubernetes_metadata` processor]

[float]
==== More about monitoring containers
==== More about container monitoring

If you're monitoring containers, you can use autodiscover to automatically apply
configuration changes in response to changes in your containers. To learn how,
Expand Down
3 changes: 3 additions & 0 deletions docs/en/infraops/logs-ui-intro.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ logs in real time and see a historical view of your log data. The search bar in
the log viewer supports {kibana-ref}/kuery-query.html[Kibana Query Language].
You can enter ad hoc or structured queries.

For more information about working with the {logs-ui} UI, see the
{kibana-ref}/xpack-logs.html[{kib} documentation].

[role="screenshot"]
image::screenshot-logs-ui.jpg[]