--- id: about-cse-insight-ui title: About the Insight UI sidebar_label: Insight UI description: Learn about the contents of the insights UI in Cloud SIEM. slug: /help/docs/cse/get-started-with-cloud-siem/about-cse-insight-ui/ canonical: https://www.sumologic.com/help/docs/cse/get-started-with-cloud-siem/about-cse-insight-ui/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Iframe from 'react-iframe';  This topic describes the Cloud SIEM UI for working with insights.  ## Insights list page [**New UI**](/docs/get-started/sumo-logic-ui). To open the insights page, in the main Sumo Logic menu select **Cloud SIEM > Insights**. You can also click **Go To...** at the top of the screen and select **Insights**. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). To open the insights page, click **Insights** at the top of the screen. By default, the **Insights** page presents all insights whose status is not “Closed”, in descending order by event time in a list view. If you’d like to see insights organized by their status, click the **Show Board** icon near the top right corner of the page. For information about the board view, see [Board view](#board-view). :::note Cloud SIEM displays insights and the signals attached to them in the Cloud SIEM UI through the end of the data retention period defined in your account agreement.  ::: ### List view This screenshot shows the **Insights** page in list view.  Insights page * **Status**. The [status](/docs/cse/administration/manage-custom-insight-statuses/) of the insight. * **ID**. The insight name, made up of the insight ID, and the MITRE stage or stages associated with the signals in the insight. * **Created**. When the insight was created. * **Assignee**. The analyst assigned to the Incident. * **Age**. The elapsed time since the insight was created. * **Entity**. The [entity](/docs/cse/records-signals-entities-insights/view-manage-entities/) associated with the insight. * **Severity**. The severity of the insight. The value is a function of the configured entity activity score threshold for insight generation. For more information, see [About insight severity](/docs/cse/get-started-with-cloud-siem/insight-generation-process#about-insight-severity). * **Global Confidence**. If sufficient data is available, a [Global Confidence score](/docs/cse/records-signals-entities-insights/global-intelligence-security-insights/) for the insight is shown. * **Signals**. The total count of signals on the insight entity during the detection window. ### Board view This screenshot shows the insights page with the signals organized as a board. Each of the columns corresponds to an insight status value. (One of the status values shown is a [custom insight status](/docs/cse/administration/manage-custom-insight-statuses/)). The information displayed in the board view is similar to the information in the [list view](#list-view).  You can switch back to the list view by clicking the **Show List** icon, near the top right corner of the Cloud SIEM UI. Board view ### Filtering insights  You can use the **Filters** area near the top of the page to narrow down the insights that appear on the insights page. You can filter by: * Assignee * [Custom resolution](/docs/cse/administration/manage-custom-insight-resolutions/) * Created * Entity * Event Time * Name * Resolution * Rule ID * Severity * Status * Tags ### Bulk update insights You can select multiple insights and make changes to them all at once using either the UI or API. :::note You can select a maximum of 5000 insights in one action, and your organization can have up to five active requests in progress at once. ::: :::training Micro Lesson Watch this micro lesson to learn about bulk updating insights.