From 371948c122c7364df1007d098de34c6f4ebc6244 Mon Sep 17 00:00:00 2001 From: Mike Birnstiehl <114418652+mdbirnstiehl@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:54:16 -0500 Subject: [PATCH] Add note about Logs Stream soft deprecation (#4071) (cherry picked from commit ef0ea82826b15b7ada1d11ebd08fafee86d416a2) --- docs/en/observability/logs-checklist.asciidoc | 2 +- docs/en/observability/monitor-logs.asciidoc | 8 ++------ docs/en/observability/tail-logs.asciidoc | 6 ++++++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/en/observability/logs-checklist.asciidoc b/docs/en/observability/logs-checklist.asciidoc index 89f790bb37..f4d4f3310b 100644 --- a/docs/en/observability/logs-checklist.asciidoc +++ b/docs/en/observability/logs-checklist.asciidoc @@ -90,7 +90,7 @@ With the {logs-app} in {kib} you can search, filter, and tail all your logs inge The following resources provide information on viewing and monitoring your logs: -- <>: monitor all of the log events flowing in from your servers, virtual machines, and containers in a centralized view. +- <>: monitor all of your log events flowing in from your servers, virtual machines, and containers in a centralized view. - <>: use {ml} to detect log anomalies automatically. - <>: use {ml} to categorize log messages to quickly identify patterns in your log events. - <>: Specify the source configuration for logs in the Logs app settings in the Kibana configuration file. diff --git a/docs/en/observability/monitor-logs.asciidoc b/docs/en/observability/monitor-logs.asciidoc index 9610ad09bc..3d95d8a953 100644 --- a/docs/en/observability/monitor-logs.asciidoc +++ b/docs/en/observability/monitor-logs.asciidoc @@ -8,10 +8,6 @@ directories, and tail individual files, all your logs are available in the {logs Logs Explorer allows you to quickly search and filter your log data, get information about the structure of log fields, and display your findings in a visualization. Refer to the <> documentation for more on using Logs Explorer. -The {logs-app} also provides: +The {logs-app} also provides {ml} to detect specific <> automatically and <> to quickly identify patterns in your log events. -* live <>, filtering using auto-complete, and a logs histogram for quick navigation. -* {ml} to detect specific <> automatically and <> to quickly identify patterns in your -log events. - -To view the {logs-app}, go to *{observability} > Logs*. +To view the {logs-app}, go to *{observability} > Logs*. \ No newline at end of file diff --git a/docs/en/observability/tail-logs.asciidoc b/docs/en/observability/tail-logs.asciidoc index 912e875c7a..ebf31691f6 100644 --- a/docs/en/observability/tail-logs.asciidoc +++ b/docs/en/observability/tail-logs.asciidoc @@ -1,6 +1,12 @@ [[tail-logs]] = Tail log files +.There's a new, better way to explore your logs! +[sidebar] +-- +<> makes viewing and inspecting your logs easier with more features, better performance, and more intuitive navigation. We recommend switching to Logs Explorer, as it will replace Logs Stream in a future version. +-- + Within the {logs-app}, the *Stream* page enables you to monitor all of the log events flowing in from your servers, virtual machines, and containers in a centralized view. You can consider this as a `tail -f` in your browser, along with the power of search.