Skip to content

Commit

Permalink
Add note about Logs Stream soft deprecation (#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbirnstiehl authored Jul 17, 2024
1 parent 5171add commit ef0ea82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/en/observability/logs-checklist.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

- <<tail-logs>>: monitor all of the log events flowing in from your servers, virtual machines, and containers in a centralized view.
- <<explore-logs>>: monitor all of your log events flowing in from your servers, virtual machines, and containers in a centralized view.
- <<inspect-log-anomalies>>: use {ml} to detect log anomalies automatically.
- <<categorize-logs>>: use {ml} to categorize log messages to quickly identify patterns in your log events.
- <<configure-data-sources>>: Specify the source configuration for logs in the Logs app settings in the Kibana configuration file.
Expand Down
8 changes: 2 additions & 6 deletions docs/en/observability/monitor-logs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<explore-logs>> documentation for more on using Logs Explorer.

The {logs-app} also provides:
The {logs-app} also provides {ml} to detect specific <<inspect-log-anomalies,log anomalies>> automatically and <<categorize-logs, categorize log messages>> to quickly identify patterns in your log events.

* live <<tail-logs,streaming of logs>>, filtering using auto-complete, and a logs histogram for quick navigation.
* {ml} to detect specific <<inspect-log-anomalies,log anomalies>> automatically and <<categorize-logs, categorize log messages>> 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*.
6 changes: 6 additions & 0 deletions docs/en/observability/tail-logs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[[tail-logs]]
= Tail log files

.There's a new, better way to explore your logs!
[sidebar]
--
<<explore-logs, Logs Explorer>> 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.
Expand Down

0 comments on commit ef0ea82

Please sign in to comment.