Skip to content

Commit 4cfd0f0

Browse files
author
amsliu
committed
formatting update
1 parent 3428c1c commit 4cfd0f0

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

support/azure/azure-monitor/log-analytics/configure-and-manage-log-analytics-tables/understanding-and-mitigating-high-data-consumption.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,40 @@ ms.custom: Configure and Manage Log analytics tables
1313

1414
This article addresses the issue of high data consumption in Log Analytics workspaces, specifically focusing on tables like `AzureDiagnostics`. It provides insights into understanding the costs associated with data usage and offers steps to optimize and reduce these costs.
1515

16-
## Step-by-Step Instructions to Resolve High Data Usage
16+
## Common Issues and Solutions
1717

18-
### 1. Identify High Data Tables
18+
- **Data Retention**: Ensure that data retention settings are configured appropriately to avoid unnecessary storage costs.
19+
- **Data Filtering**: Implement data filtering to only collect necessary data, reducing the volume of data ingested.
1920

20-
- Use the `AzureDiagnostics` table to determine which Reference are sending large amounts of data.
21-
- Run the following query in your Log Analytics workspace:
21+
### Step-by-Step Instructions to Resolve High Data Usage
2222

23-
```plaintext
24-
AzureDiagnostics | distinct _ResourceId
25-
```
23+
1. **Identify High Data Tables:**
2624

27-
- This will help you identify the Reference contributing to high data usage.
25+
- Use the `AzureDiagnostics` table to determine which Reference are sending large amounts of data.
26+
- Run the following query in your Log Analytics workspace:
2827

29-
### 2. Review Diagnostic Settings
28+
```plaintext
29+
AzureDiagnostics | distinct _ResourceId
30+
```
3031
31-
- Navigate to the diagnostic settings of the identified Reference.
32-
- Remove unnecessary diagnostic settings if the data is not needed. This will stop the data from being sent to the AzureDiagnostics table.
32+
- This will help you identify the Reference contributing to high data usage.
3333
34-
### 3. Understand Cost Implications
34+
2. **Review Diagnostic Settings:**
3535
36-
Review the following Reference to understand the costs associated with your Log Analytics workspace:
36+
- Navigate to the diagnostic settings of the identified Reference.
37+
- Remove unnecessary diagnostic settings if the data is not needed. This will stop the data from being sent to the AzureDiagnostics table.
3738
38-
- [Understand Log Analytics Workspace Billing](https://learn.microsoft.com/azure/azure-monitor/log-analytics/billing/understand-log-analytics-workspace-bill)
39-
- [Best Practices for Cost Management](https://learn.microsoft.com/azure/azure-monitor/fundamentals/best-practices-cost)
40-
- [Cost Management for Logs](https://learn.microsoft.com/azure/azure-monitor/logs/cost-logs)
39+
3. **Understand Cost Implications:**
4140
42-
### 4. Implement Cost Optimization Strategies
41+
Review the following Reference to understand the costs associated with your Log Analytics workspace:
4342
44-
- Follow the best practices outlined in the Reference to optimize data usage and reduce costs.
43+
- [Understand Log Analytics Workspace Billing](https://learn.microsoft.com/azure/azure-monitor/log-analytics/billing/understand-log-analytics-workspace-bill)
44+
- [Best Practices for Cost Management](https://learn.microsoft.com/azure/azure-monitor/fundamentals/best-practices-cost)
45+
- [Cost Management for Logs](https://learn.microsoft.com/azure/azure-monitor/logs/cost-logs)
4546
46-
## Common Issues and Solutions
47+
4. **Implement Cost Optimization Strategies**:
4748
48-
- **Data Retention**: Ensure that data retention settings are configured appropriately to avoid unnecessary storage costs.
49-
- **Data Filtering**: Implement data filtering to only collect necessary data, reducing the volume of data ingested.
49+
- Follow the best practices outlined in the Reference to optimize data usage and reduce costs.
5050
5151
## Reference
5252

0 commit comments

Comments
 (0)