|
| 1 | +--- |
| 2 | +title: Navigate to a change using custom filters in Change Analysis |
| 3 | +description: Learn how to navigate to a change in your service using custom filters in Azure Monitor's Change Analysis. |
| 4 | +ms.topic: conceptual |
| 5 | +ms.author: hannahhunter |
| 6 | +author: hhunter-ms |
| 7 | +ms.contributor: cawa |
| 8 | +ms.reviewer: cawa |
| 9 | +ms.date: 05/09/2022 |
| 10 | +ms.subservice: change-analysis |
| 11 | +ms.custom: devx-track-azurepowershell |
| 12 | +--- |
| 13 | + |
| 14 | +# Navigate to a change using custom filters in Change Analysis |
| 15 | + |
| 16 | +Browsing through a long list of changes in the entire subscription is time consuming. With Change Analysis custom filters and search capability, you can efficiently navigate to changes relevant to issues for troubleshooting. |
| 17 | + |
| 18 | +## Custom filters and search bar |
| 19 | + |
| 20 | +:::image type="content" source="./media/change-analysis/filters-search-bar.png" alt-text="Screenshot showing that filters and search bar are available at the top of Change Analysis homepage, right above the changes section."::: |
| 21 | + |
| 22 | +### Filters |
| 23 | + |
| 24 | +| Filter | Description | |
| 25 | +| ------ | ----------- | |
| 26 | +| Subscription | This filter is in-sync with the Azure portal subscription selector. It supports multiple-subscription selection. | |
| 27 | +| Time range | Specifies how far back the UI display changes, up to 14 days. By default, it’s set to the past 24 hours. | |
| 28 | +| Resource group | Select the resource group to scope the changes. By default, all resource groups are selected. | |
| 29 | +| Change level | Controls which levels of changes to display. Levels include: important, normal, and noisy. <ul><li>Important: related to availability and security</li><li>Noisy: Read-only properties that are unlikely to cause any issues</li></ul> By default, important and normal levels are checked. | |
| 30 | +| Resource | Select **Add filter** to use this filter. </br> Filter the changes to specific resources. Helpful if you already know which resources to look at for changes. | |
| 31 | +| Resource type | Select **Add filter** to use this filter. </br> Filter the changes to specific resource types. | |
| 32 | + |
| 33 | +### Search bar |
| 34 | + |
| 35 | +The search bar filters the changes according to the input keywords. Search bar results apply only to the changes loaded by the page already and don't pull in results from the server side. |
| 36 | + |
| 37 | +## Next steps |
| 38 | +- Use [Change Analysis with the Az.ChangeAnalysis PowerShell module](./change-analysis-powershell.md) to determine changes made to resources in your Azure subscription. |
| 39 | +- [Troubleshoot Change Analysis](./change-analysis-troubleshoot.md). |
0 commit comments