Skip to content

Commit 810f214

Browse files
authored
Merge pull request #49738 from jeffgilb/82222
Updated diagnostics article and table
2 parents 7ee633e + 38ff5e6 commit 810f214

File tree

1 file changed

+33
-29
lines changed

1 file changed

+33
-29
lines changed

articles/azure-stack/azure-stack-diagnostics.md

Lines changed: 33 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cloud: azure-stack
99

1010
ms.service: azure-stack
1111
ms.topic: article
12-
ms.date: 06/27/2018
12+
ms.date: 08/22/2018
1313
ms.author: jeffgilb
1414
ms.reviewer: adshar
1515
---
@@ -106,38 +106,42 @@ if($s)
106106
### Parameter considerations for both ASDK and integrated systems
107107

108108
- If the **FromDate** and **ToDate** parameters are not specified, logs are collected for the past four hours by default.
109+
- Use the **FilterByNode** parameter to filter logs by computer name. For example:
110+
```Get-AzureStackLog -OutputPath <path> -FilterByNode azs-xrp01```
111+
- Use the **FilterByLogType** parameter to filter logs by type. You can choose to filter by File, Share or WindowsEvent. For example:
112+
```Get-AzureStackLog -OutputPath <path> -FilterByLogType File```
109113
- You can use the **TimeOutInMinutes** parameter to set the timeout for log collection. It is set to 150 (2.5 hours) by default.
110114
- In version 1805 and later, dump file log collection is disabled by default. To enable it, use the **IncludeDumpFile** switch parameter.
111115
- Currently, you can use the **FilterByRole** parameter to filter log collection by the following roles:
112116

113-
| | | |
114-
| - | - | - |
115-
| ACS | DeploymentMachine | NC |
116-
| ACSBlob | DiskRP | Network |
117-
| ACSFabric | Domain | NonPrivilegedAppGateway |
118-
| ACSFrontEnd | ECE | NRP |
119-
| ACSMetrics | ExternalDNS | OEM |
120-
| ACSMigrationService | Fabric | PXE |
121-
| ACSMonitoringService | FabricRing | SeedRing |
122-
| ACSSettingsService | FabricRingServices | SeedRingServices |
123-
| ACSTableMaster | FRP | SLB |
124-
| ACSTableServer | Gallery | SlbVips |
125-
| ACSWac | Gateway | SQL |
126-
| ADFS | HealthMonitoring | SRP |
127-
| ASAppGateway | HRP | Storage |
128-
| NCAzureBridge | IBC | StorageAccounts |
129-
| AzurePackConnector | IdentityProvider | StorageController |
130-
| AzureStackBitlocker | iDns | Tenant |
131-
| BareMetal | InfraServiceController | TraceCollector |
132-
| BRP | Infrastructure | URP |
133-
| CA | KeyVaultAdminResourceProvider | UsageBridge |
134-
| Cloud | KeyVaultControlPlane | VirtualMachines |
135-
| Cluster | KeyVaultDataPlane | WAS |
136-
| Compute | KeyVaultInternalControlPlane | WASBootstrap |
137-
| CPI | KeyVaultInternalDataPlane | WASPUBLIC |
138-
| CRP | KeyVaultNamingService | |
139-
| DatacenterIntegration | MonitoringAgent | |
140-
| | | |
117+
| | | | |
118+
| - | - | - | - |
119+
|ACS|Compute|InfraServiceController|QueryServiceCoordinator|
120+
|ACSBlob|CPI|Infrastructure|QueryServiceWorker|
121+
|ACSDownloadService|CRP|KeyVaultAdminResourceProvider|SeedRing|
122+
|ACSFabric|DatacenterIntegration|KeyVaultControlPlane|SeedRingServices|
123+
|ACSFrontEnd|DeploymentMachine|KeyVaultDataPlane|SLB|
124+
|ACSMetrics|DiskRP|KeyVaultInternalControlPlane|SlbVips|
125+
|ACSMigrationService|Domain|KeyVaultInternalDataPlane|SQL|
126+
|ACSMonitoringService|ECE|KeyVaultNamingService|SRP|
127+
|ACSSettingsService|EventAdminRP|MDM|Storage|
128+
|ACSTableMaster|EventRP|MetricsAdminRP|StorageAccounts|
129+
|ACSTableServer|ExternalDNS|MetricsRP|StorageController|
130+
|ACSWac|Fabric|MetricsServer|Tenant|
131+
|ADFS|FabricRing|MetricsStoreService|TraceCollector|
132+
|ApplicationController|FabricRingServices|MonAdminRP|URP|
133+
|ASAppGateway|FirstTierAggregationService|MonitoringAgent|Usage|
134+
|AzureBridge|FRP|MonRP|UsageBridge|
135+
|AzureMonitor|Gallery|NC|VirtualMachines|
136+
|AzureStackBitlocker|Gateway|Network|WAS|
137+
|BareMetal|HealthMonitoring|NonPrivilegedAppGateway|WASBootstrap|
138+
|BRP|HintingServiceV2|NRP|WASPUBLIC|
139+
|CA|HRP|OboService|WindowsDefender|
140+
|CacheService|IBC|OEM| |
141+
|Cloud|IdentityProvider|OnboardRP| |
142+
|Cluster|iDns|PXE| |
143+
| | | | |
144+
141145

142146
### <a name="bkmk_gui"></a>Collect logs using a graphical user interface
143147
Rather than providing the required parameters for the Get-AzureStackLog cmdlet to retrieve Azure Stack logs, you can also leverage the available open source Azure Stack tools located in the main Azure Stack tools GitHub tools repository at http://aka.ms/AzureStackTools.

0 commit comments

Comments
 (0)