kibana/docs/logs/index.asciidoc
Felix Stürmer 12b82548d8
[Logs UI][skip ci] Document the customizable columns feature (#37021)
This PR adds documentation about the new log column feature. To keep the docs Logs UI readable as new features are added, they are now restructured into four pages:

* a landing page with a full screenshot linking to the subsequent section
* a "getting started" page to link to the tutorials on ingesting log data
* a "using" page to explain the main features of the Logs UI
* a "configuring" page to explain the configuration UI

closes elastic/kibana#36025
2019-06-13 05:14:40 -04:00

23 lines
471 B
Text

[role="xpack"]
[[xpack-logs]]
= Logs
[partintro]
--
Use the Logs UI to explore logs for common servers, containers, and services.
{kib} provides a compact, console-like display that you can customize.
* <<xpack-logs-getting-started>>
* <<xpack-logs-using>>
* <<xpack-logs-configuring>>
[role="screenshot"]
image::logs/images/logs-console.png[Log Console in Kibana]
--
include::getting-started.asciidoc[]
include::using.asciidoc[]
include::configuring.asciidoc[]