Skip to content

Commit b697683

Browse files
Merge pull request #250259 from AnuragSingh-MSFT/patch-16
(AzureCXP) fixes MicrosoftDocs/azure-docs#114249
2 parents 7d07b22 + c66674d commit b697683

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/azure-monitor/essentials/diagnostic-settings.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,9 @@ The following table provides unique requirements for each destination including
145145
146146
## Controlling costs
147147

148-
There is a cost for collecting data in a Log Analytics workspace, so you should only collect the categories you require for each service. The data volume for resource logs varies significantly between services,
148+
There is a cost for collecting data in a Log Analytics workspace, so you should only collect the categories you require for each service. The data volume for resource logs varies significantly between services.
149149

150-
You might also not want to collect platform metrics from Azure resources because this data is already being collected in Metrics. Only configure your diagnostic data to collect metrics if you need metric data in the workspace for more complex analysis with log queries.
151-
152-
Diagnostic settings don't allow granular filtering of resource logs. You might require certain logs in a particular category but not others. Or you may want to remove unneeded columns from the data. In these cases, use [transformations](data-collection-transformations.md) on the workspace to filter logs that you don't require.
153-
154-
155-
You can also use transformations to lower the storage requirements for records you want by removing columns without useful information. For example, you might have error events in a resource log that you want for alerting. But you might not require certain columns in those records that contain a large amount of data. You can create a transformation for the table that removes those columns.
150+
You might also not want to collect platform metrics from Azure resources because this data is already being collected in Metrics. Only configure your diagnostic data to collect metrics if you need metric data in the workspace for more complex analysis with log queries. Diagnostic settings don't allow granular filtering of resource logs.
156151

157152
[!INCLUDE [azure-monitor-cost-optimization](../../../includes/azure-monitor-cost-optimization.md)]
158153

0 commit comments

Comments
 (0)