Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15](backport #4071) Add note about Logs Stream #4076

Merged
merged 1 commit into from
Jul 17, 2024
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
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
Loading