Skip to content

Commit 90b564b

Browse files
committed
More cleanup
1 parent 0486500 commit 90b564b

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

articles/sentinel/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@
11691169
href: enroll-simplified-pricing-tier.md
11701170
- name: Tutorial - Configure data retention policy
11711171
href: configure-data-retention.md
1172-
- name: Basic logs best practices
1172+
- name: Auxiliary logs use cases
11731173
href: basic-logs-use-cases.md
11741174
- name: Connect Microsoft Sentinel to Microsoft Defender XDR
11751175
href: /microsoft-365/security/defender/microsoft-sentinel-onboard??toc=/azure/sentinel/TOC.json&bc=/azure/sentinel/breadcrumb/toc.json

articles/sentinel/basic-logs-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appliesto:
1010
- Microsoft Sentinel in the Microsoft Defender portal
1111
ms.collection: usx-security
1212
---
13-
# Log sources to use for Basic Logs or Auxiliary Logs ingestion
13+
# Log sources to use for Auxiliary Logs ingestion
1414

1515
This article highlights log sources to consider configuring as Auxiliary Logs (or Basic Logs) when they're stored in Log Analytics tables. Before choosing a log type for which to configure a given table, do the research to see which is most appropriate. For more information about data categories and log data plans, see [Log retention plans in Microsoft Sentinel](log-plans.md).
1616

articles/sentinel/billing-reduce-costs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ When hunting or investigating threats in Microsoft Sentinel, you might need to a
4343

4444
While standard analytics logs are most appropriate for continuous, real-time threat detection, two other log types—[basic logs and auxiliary logs](../azure-monitor/logs/basic-logs-configure.md)—are more suited for ad-hoc querying and search of verbose, high-volume, low-value logs that aren't frequently needed or accessed on demand. Enable basic log data ingestion at a significantly reduced cost, or auxiliary log data ingestion (now in Preview) at an even lower cost, for eligible data tables. For more information, see [Microsoft Sentinel Pricing](https://azure.microsoft.com/pricing/details/microsoft-sentinel/).
4545

46-
- [Log sources to use for Basic Logs or Auxiliary Logs ingestion](basic-logs-use-cases.md)
47-
- [Select a table plan based on usage patterns in a Log Analytics workspace](../azure-monitor/logs/basic-logs-configure.md)
48-
46+
- [Log retention plans in Microsoft Sentinel](log-plans.md)
47+
- [Log sources to use for Auxiliary Logs ingestion](basic-logs-use-cases.md)
4948

5049
## Optimize Log Analytics costs with dedicated clusters
5150

articles/sentinel/billing.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There are two ways to pay for the analytics logs: **Pay-As-You-Go** and **Commit
7373

7474
To set and change your Commitment tier, see [Set or change pricing tier](billing-reduce-costs.md#set-or-change-pricing-tier). Switch any workspaces older than July 2023 to the simplified pricing tiers experience to unify billing meters. Or, continue to use the classic pricing tiers that separate out the Log Analytics pricing from the classic Microsoft Sentinel classic pricing. For more information, see [simplified pricing tiers](#simplified-pricing-tiers).
7575

76-
#### Basic logs and Auxiliary logs
76+
#### Auxiliary logs and Basic logs
7777

7878
Basic logs are a low-cost option, and Auxiliary logs a super-low-cost option, for ingesting high-volume, low-value data sources. They are charged at a flat, low rate per GB. They have the following limitations, among others:
7979

@@ -82,10 +82,10 @@ Basic logs are a low-cost option, and Auxiliary logs a super-low-cost option, fo
8282
- No support for scheduled alerts
8383

8484
These two log types are best suited for use in playbook automation, ad-hoc querying, investigations, and search. For more information, see:
85-
- [Log sources to use for Basic Logs or Auxiliary Logs ingestion](basic-logs-use-cases.md)
86-
- [Select a table plan based on usage patterns in a Log Analytics workspace](../azure-monitor/logs/basic-logs-configure.md)
85+
- [Log retention plans in Microsoft Sentinel](log-plans.md)
86+
- [Log sources to use for Auxiliary Logs ingestion](basic-logs-use-cases.md)
8787

88-
To learn about the difference between **interactive retention** and **auxiliary (archival) retention**, see [Manage data retention in a Log Analytics workspace](../azure-monitor/logs/data-retention-archive.md).
88+
To learn more about the difference between **interactive retention** and **long-term retention** (formerly known as archive), see [Manage data retention in a Log Analytics workspace](../azure-monitor/logs/data-retention-archive.md).
8989

9090
> [!IMPORTANT]
9191
>
@@ -205,15 +205,14 @@ Learn about pricing for these services:
205205

206206
Any other services you use might have associated costs.
207207

208-
## Data retention and archived logs costs
208+
## Interactive and long-term data retention costs
209209

210210
After you enable Microsoft Sentinel on a Log Analytics workspace, consider these configuration options:
211211

212212
- Retain all data ingested into the workspace at no charge for the first 90 days. Retention beyond 90 days is charged per the standard [Log Analytics retention prices](https://azure.microsoft.com/pricing/details/monitor/).
213213
- Specify different retention settings for individual data types. Learn about [retention by data type](../azure-monitor/logs/data-retention-archive.md#configure-retention-and-archive-at-the-table-level).
214-
- Enable long-term retention for your data and have access to historical logs by enabling archived logs. Data archive is a low-cost retention layer for archival storage. It's charged based on the volume of data stored and scanned. Learn how to [configure data retention and archive policies in Azure Monitor Logs](../azure-monitor/logs/data-retention-archive.md). Archived logs are in public preview. ***IS THIS THE SAME THING AS AUXILIARY LOGS? -YL***
215-
216-
The 90 day retention doesn't apply to Basic or Auxiliary logs. If you want to extend data retention for basic logs beyond 30 days, store that data in archived logs for up to seven ***(TWELVE?)*** years.
214+
- Enable long-term retention for your data so you have access to historical logs. Long-term retention is a low-cost retention layer for data preservation for such things as regulatory compliance. It's charged based on the volume of data stored and scanned. Learn how to [configure interactive and long-term data retention policies in Azure Monitor Logs](../azure-monitor/logs/data-retention-archive.md).
215+
- Enroll tables that contain secondary security data in the **Auxiliary logs** plan. This plan allows you to store high-volume, low-value logs at a low price, with a lower-cost 30-day interactive retention period at the beginning to allow for summarization and basic querying. To learn more about the Auxiliary logs plan and other plans, see [Log retention plans in Microsoft Sentinel](log-plans.md).
217216

218217
## Other CEF ingestion costs
219218

articles/sentinel/log-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Microsoft Sentinel provides two different log storage plans, or types, to accomm
7878

7979
- **Auxiliary logs** are designed to store secondary security data at very low cost for long periods of time, while still allowing for limited accessibility.
8080

81-
There is a third plan, known as **Basic logs**, that provide similar functionality to auxiliary logs, but at a higher cost (though not as high as analytics logs). While the auxiliary logs plan remains in preview, basic logs can be an option for long-term, low-cost retention if your organization doesn't use preview features.
81+
There is a third plan, known as **Basic logs**, that provides similar functionality to auxiliary logs, but at a higher cost (though not as high as analytics logs). While the auxiliary logs plan remains in preview, basic logs can be an option for long-term, low-cost retention if your organization doesn't use preview features.
8282

8383
:::image type="content" source="media/log-plans/analytics-auxiliary-log-plans.png" alt-text="Diagram of available log plans in Microsoft Sentinel.":::
8484

0 commit comments

Comments
 (0)