You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/platform/template-workspace-configuration.md
+92-71Lines changed: 92 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,14 +176,15 @@ The following template sample illustrates how to:
176
176
177
177
1. Add solutions to the workspace
178
178
2. Create saved searches. To ensure that deployments don't override saved searches accidentally, an eTag property should be added in the "savedSearches" resource to override and maintain the idempotency of saved searches.
179
-
3. Create a computer group
180
-
4. Enable collection of IIS logs from computers with the Windows agent installed
181
-
5. Collect Logical Disk perf counters from Linux computers (% Used Inodes; Free Megabytes; % Used Space; Disk Transfers/sec; Disk Reads/sec; Disk Writes/sec)
182
-
6. Collect syslog events from Linux computers
183
-
7. Collect Error and Warning events from the Application Event Log from Windows computers
184
-
8. Collect Memory Available Mbytes performance counter from Windows computers
185
-
9. Collect IIS logs and Windows Event logs written by Azure diagnostics to a storage account
186
-
10. Collect custom logs from Windows computer
179
+
3. Create saved function. The eTag should be added to override function and maintain idempotency.
180
+
4. Create a computer group
181
+
5. Enable collection of IIS logs from computers with the Windows agent installed
182
+
6. Collect Logical Disk perf counters from Linux computers (% Used Inodes; Free Megabytes; % Used Space; Disk Transfers/sec; Disk Reads/sec; Disk Writes/sec)
183
+
7. Collect syslog events from Linux computers
184
+
8. Collect Error and Warning events from the Application Event Log from Windows computers
185
+
9. Collect Memory Available Mbytes performance counter from Windows computers
186
+
10. Collect IIS logs and Windows Event logs written by Azure diagnostics to a storage account
187
+
11. Collect custom logs from Windows computer
187
188
188
189
```json
189
190
{
@@ -224,74 +225,74 @@ The following template sample illustrates how to:
224
225
"type": "bool",
225
226
"defaultValue": "[bool('false')]",
226
227
"metadata": {
227
-
"description": "If set to true when changing retention to 30 days, older data will be immediately deleted. Use this with extreme caution. This only applies when retention is being set to 30 days."
228
+
"description": "If set to true, changing retention to 30 dayswill immediately delete older data. Use this with extreme caution. This only applies when retention is being set to 30 days."
228
229
}
229
230
},
230
231
"location": {
231
232
"type": "string",
232
233
"allowedValues": [
233
-
"australiacentral",
234
-
"australiaeast",
235
-
"australiasoutheast",
234
+
"australiacentral",
235
+
"australiaeast",
236
+
"australiasoutheast",
236
237
"brazilsouth",
237
-
"canadacentral",
238
-
"centralindia",
239
-
"centralus",
240
-
"eastasia",
241
-
"eastus",
242
-
"eastus2",
243
-
"francecentral",
244
-
"japaneast",
245
-
"koreacentral",
246
-
"northcentralus",
247
-
"northeurope",
248
-
"southafricanorth",
249
-
"southcentralus",
250
-
"southeastasia",
251
-
"uksouth",
252
-
"ukwest",
253
-
"westcentralus",
254
-
"westeurope",
255
-
"westus",
238
+
"canadacentral",
239
+
"centralindia",
240
+
"centralus",
241
+
"eastasia",
242
+
"eastus",
243
+
"eastus2",
244
+
"francecentral",
245
+
"japaneast",
246
+
"koreacentral",
247
+
"northcentralus",
248
+
"northeurope",
249
+
"southafricanorth",
250
+
"southcentralus",
251
+
"southeastasia",
252
+
"uksouth",
253
+
"ukwest",
254
+
"westcentralus",
255
+
"westeurope",
256
+
"westus",
256
257
"westus2"
257
258
],
258
259
"metadata": {
259
260
"description": "Specifies the location in which to create the workspace."
260
261
}
261
262
},
262
263
"applicationDiagnosticsStorageAccountName": {
263
-
"type": "string",
264
-
"metadata": {
265
-
"description": "Name of the storage account with Azure diagnostics output"
266
-
}
264
+
"type": "string",
265
+
"metadata": {
266
+
"description": "Name of the storage account with Azure diagnostics output"
0 commit comments