diff --git a/cid-redirects.json b/cid-redirects.json index 779aea5740..1a33568433 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -3910,6 +3910,7 @@ "/Beta/SLO_Reliability_Management/Access_and_Create_SLOs": "/docs/observability/reliability-management-slo", "/Beta/Workday/Collect_Logs_for_the_Workday_App": "/docs/integrations/saas-cloud/workday", "/docs/beta/search-log-level": "/docs/search/get-started-with-search/search-page/log-level", + "/docs/search/get-started-with-search/search-page/event-analytics/": "/docs/search/get-started-with-search/search-page", "/Cloud_SIEM_Enterprise/Entities_and_Insights": "/docs/cse/records-signals-entities-insights", "/Cloud_SIEM_Enterprise/Entities_and_Insights/Insight_Generation_Process": "/docs/cse/records-signals-entities-insights", "/Cloud_SIEM_Enterprise/Entities_and_Insights/Global_Intelligence_for_Security_Insights": "/docs/cse/records-signals-entities-insights/global-intelligence-security-insights", diff --git a/docs/search/get-started-with-search/search-page/event-analytics.md b/docs/search/get-started-with-search/search-page/event-analytics.md deleted file mode 100644 index 0ded3a239a..0000000000 --- a/docs/search/get-started-with-search/search-page/event-analytics.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -id: event-analytics -title: Event Analytics -sidebar: Event Analytics -description: Learn more about events in histogram and aggregate charts for your search results. ---- - - - - - -

Closed Beta

- -import useBaseUrl from '@docusaurus/useBaseUrl'; - -Events are actions that can change the state of the system. These could be code deployments, feature flag changes, infrastructure changes, and so on. They can be used to identify and mitigate outages in your system. - -:::note -Currently, we only support code deploy events from [Kubernetes](/docs/observability/kubernetes/). -::: - -Sumo Logic intelligently detects and surfaces related events when you run log searches. You can view the indication for the events in the histogram and the aggregate chart below. By clicking on the event, you can view details like **Event start time**, **Event type**, **Event Source** and other metadata associated with the event. - -event-analytics - -events_charts - -In the below example, an event is captured due to the code deployment. Following the occurrence of an event, we can observe a spike in errors due to the change in the state of the system. - -errors-spike - -## Limitations - -- You can only view the events in the Line chart, Column chart, and Area Chart. -- Make sure that you have switched to **[New Visualizations](/docs/search/get-started-with-search/search-basics/chart-search-results)** to view the events in charts. - -## Fine-Tuning Event Overlay - -**Gathering Events** icon is displayed below the histogram to indicate event identification is in progress. - -hide_events - -**Hide Events** button below the histogram will be greyed out if there are no events identified for the particular log search. - -hide_events_grey - -The **Hide Events/Show Events** button below the histogram is used to hide the events from the histogram, and vice versa if you want to view the events. By default, events will be displayed in the histogram and aggregate chart. - -hide_events