Skip to content

Commit

Permalink
Deprecate the Logs Stream app (#4362) (#4372)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9dd039c)

Co-authored-by: Mike Birnstiehl <[email protected]>
  • Loading branch information
mergify[bot] and mdbirnstiehl authored Oct 15, 2024
1 parent f33a60c commit 403bd5a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/en/observability/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,14 @@ include::monitor-logs.asciidoc[leveloffset=+2]

include::explore-logs.asciidoc[leveloffset=+3]

include::tail-logs.asciidoc[leveloffset=+3]

include::categorize-logs.asciidoc[leveloffset=+3]

include::inspect-log-anomalies.asciidoc[leveloffset=+3]

include::configure-logs-sources.asciidoc[leveloffset=+3]

include::tail-logs.asciidoc[leveloffset=+3]

include::logs-add-service-name.asciidoc[leveloffset=+2]

include::logs-index-template.asciidoc[leveloffset=+2]
Expand Down
21 changes: 18 additions & 3 deletions docs/en/observability/tail-logs.asciidoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[[tail-logs]]
= Tail log files
= Logs Stream

.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.
The Logs Stream app and dashboard panel are deactivated by default. We recommend viewing and inspecting your logs with <<explore-logs, Logs Explorer>> as it provides more features, better performance, and more intuitive navigation.

To activate the Logs Stream app, refer to <<activate-logs-stream>>.
--

Within the {logs-app}, the *Stream* page enables you to monitor all of the log events flowing in from your
Expand All @@ -14,6 +16,19 @@ along with the power of search.
Click *Stream Live* to view a continuous flow of log messages in real time, or
click *Stop streaming* to view historical logs from a specified time range.

[discrete]
[[activate-logs-stream]]
== Activate Logs Stream

Because <<explore-logs, Logs Explorer>> is replacing Logs Stream, Logs Stream and the Logs Stream dashboard panel are disabled by default.
To activate Logs Stream and the Logs Stream dashboard panel complete the following steps:

. Go to **Management** → **Advanced Settings**
. Enter _Logs Stream_ in the search bar.
. Turn on **Logs Stream**.

After saving your settings, you'll see Logs Stream in the Observability navigation, and the Logs Stream dashboard panel will be available.

[discrete]
[[filter-logs]]
== Filter logs
Expand Down Expand Up @@ -63,4 +78,4 @@ To see other actions related to a log event, click *Actions* in the *Log event d
Depending on the event and the features you have configured, you can:

* Select *View status in Uptime* to <<view-monitor-status,view related uptime information>> in the {uptime-app}.
* Select *View in APM* to <<apm-traces,view corresponding APM traces>> in the APM UI.
* Select *View in APM* to <<apm-traces,view corresponding APM traces>> in the APM UI.

0 comments on commit 403bd5a

Please sign in to comment.