Skip to content

Commit cb99038

Browse files
authored
Update infrequent-data-tier.md (#4722)
1 parent 40f1d3d commit cb99038

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/integrations/sumo-apps/infrequent-data-tier.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Infrequent Data Tiers enable you to ingest log or machine data for a minimal cos
8080

8181
[Infrequent Data Tiers](/docs/manage/partitions/data-tiers) allow you to effectively analyze high volumes of log data that is accessed on a minimal basis. In this data tier, you pay for the amount of data scanned in each search. This on-demand payment model allows you to minimize costs by only paying the data accessed.
8282

83+
The Search Audit Index must be enabled by an administrator. To enable the Search Audit Index:
84+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Security > Policies**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Administration**, and then under **Account Security Settings** select **Policies**. You can also click the **Go To...** menu at the top of the screen and select **Policies**.
85+
1. Under **Sumo Logic Auditing**, select **Enable Search Audit Record**. <br/><img src={useBaseUrl('img/security/Search_Audit_Index_Enabled.png')} alt="Enable Search Audit Index Record checkbox" style={{border: '1px solid gray'}} width="600" />
86+
8387
You can verify if you already have the Search Audit Index enabled by querying:
8488
```sql
8589
_index=sumologic_search_usage_per_query
@@ -156,4 +160,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
156160

157161
import AppUninstall from '../../reuse/apps/app-uninstall.md';
158162

159-
<AppUninstall/>
163+
<AppUninstall/>

0 commit comments

Comments
 (0)