From df9e7d222a157b0a7405788f0d6884fc10a953eb Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Wed, 23 Mar 2022 10:08:21 -0700 Subject: [PATCH] Paragraph cut Signed-off-by: keithhc2 --- _observability-plugin/event-analytics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_observability-plugin/event-analytics.md b/_observability-plugin/event-analytics.md index c5aece6e..184fb484 100644 --- a/_observability-plugin/event-analytics.md +++ b/_observability-plugin/event-analytics.md @@ -50,6 +50,8 @@ If you want to know more about a log event you're looking at, you can select **V ### Live tail -If you prefer watching events happen live, you can configure an interval so event analytics automatically refreshes the content. Live tail lets you stream logs live to OpenSearch observability event analytics based on the provided PPL query, as well as provide rich functionality such as filters. Doing so improves your debugging experience and lets you monitor your logs in real-time without having to manually refresh. You can also choose intervals and switch between them to dictate how often live tail should stream live logs. This feature is similar to the CLI's `tail -f` command in that it only retrieves the most recent live logs by possibly eliminating a large portion of live logs. Live tail also provides you with the total count of live logs received by OpenSearch during the live stream, which you can use to better understand the incoming traffic. +If you prefer watching events happen live, you can configure an interval so event analytics automatically refreshes the content. Live tail lets you stream logs live to OpenSearch observability event analytics based on the provided PPL query, as well as provide rich functionality such as filters. Doing so improves your debugging experience and lets you monitor your logs in real-time without having to manually refresh. + +You can also choose intervals and switch between them to dictate how often live tail should stream live logs. This feature is similar to the CLI's `tail -f` command in that it only retrieves the most recent live logs by possibly eliminating a large portion of live logs. Live tail also provides you with the total count of live logs received by OpenSearch during the live stream, which you can use to better understand the incoming traffic. ![Live Tail]({{site.url}}{{site.baseurl}}/images/live_tail.gif)