Skip to content

Commit f5c599f

Browse files
authored
Update azure-monitor-agent-manage.md
1 parent 4e12296 commit f5c599f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/azure-monitor/agents/azure-monitor-agent-manage.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,7 @@ The AgentSettings DCR currently supports configuring the following parameters:
373373
374374
| Parameter | Description | Valid values |
375375
| --------- | ----------- | ----------- |
376-
377-
| `DiscQuotaInMb` | Defines the amount of disk space used by the Azure Monitor Agent log files and cache. | 1,000-50,000 (or 1-50 GB) |
376+
| `MaxDiskQuotaInMB` | Defines the amount of disk space used by the Azure Monitor Agent log files and cache. | 1000-50000 (in MB) |
378377
| `TimeReceivedForForwardedEvents` | Changes WEF column in the Sentinel WEF table to use TimeReceived instead of TimeGenerated data | 0 or 1 |
379378
380379
### Setting up AgentSettings DCR
@@ -399,7 +398,7 @@ N/A
399398
400399
1. **Create a DCR via template deployment:**
401400
402-
The following example changes the maximum amount of disk space used by AMA cache to 5 GB.
401+
The following example sets the maximum amount of disk space used by AMA cache to 5000 MB.
403402
404403
```json
405404
{
@@ -432,7 +431,7 @@ N/A
432431
```
433432
434433
> [!NOTE]
435-
> You can use the Get DataCollectionRule API to get the DCR payload you created with this template.
434+
> Use the Get DataCollectionRule API to get the DCR payload you created with this template.
436435
437436
1. **Associate DCR with your machine:**
438437

0 commit comments

Comments
 (0)