@@ -9,7 +9,7 @@ cloud: azure-stack
9
9
10
10
ms.service : azure-stack
11
11
ms.topic : article
12
- ms.date : 06/27 /2018
12
+ ms.date : 08/22 /2018
13
13
ms.author : jeffgilb
14
14
ms.reviewer : adshar
15
15
---
@@ -106,38 +106,42 @@ if($s)
106
106
### Parameter considerations for both ASDK and integrated systems
107
107
108
108
- 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 ```
109
113
- You can use the ** TimeOutInMinutes** parameter to set the timeout for log collection. It is set to 150 (2.5 hours) by default.
110
114
- In version 1805 and later, dump file log collection is disabled by default. To enable it, use the ** IncludeDumpFile** switch parameter.
111
115
- Currently, you can use the ** FilterByRole** parameter to filter log collection by the following roles:
112
116
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
+
141
145
142
146
### <a name =" bkmk_gui " ></a >Collect logs using a graphical user interface
143
147
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