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
Key Vault insights provides comprehensive monitoring of your key vaults by delivering a unified view of your Key Vault requests, performance, failures, and latency. For full details, see [Monitoring your key vault service with Key Vault insights](../key-vault-insights-overview.md).
19
+
Key Vault Insights provides comprehensive monitoring of your key vaults by delivering a unified view of your Key Vault requests, performance, failures, and latency. For full details, see [Monitoring your key vault service with Key Vault insights](../key-vault-insights-overview.md).
22
20
23
21
## Monitoring overview page in Azure portal
24
22
@@ -46,11 +44,11 @@ For more information about the resource types for Key Vault, see [Azure Key Vaul
46
44
47
45
Platform metrics and the Activity log are collected and stored automatically, but can be routed to other locations by using a diagnostic setting.
48
46
49
-
Resource Logs are not collected and stored until you create a diagnostic setting and route them to one or more locations.
47
+
Resource Logs aren't collected and stored until you create a diagnostic setting and route them to one or more locations.
50
48
51
49
See [Create diagnostic setting to collect platform logs and metrics in Azure](../../azure-monitor/essentials/diagnostic-settings.md) for the detailed process for creating a diagnostic setting using the Azure portal, CLI, or PowerShell. When you create a diagnostic setting, you specify which categories of logs to collect. The categories for *Key Vault* are listed in [Key Vault monitoring data reference](monitor-key-vault-reference.md#resource-logs).
52
50
53
-
To create a diagnostic setting for you key vault, see [Enable Key Vault logging](howto-logging.md). The metrics and logs you can collect are discussed in the following sections.
51
+
To create a diagnostic setting for your key vault, see [Enable Key Vault logging](howto-logging.md). The metrics and logs you can collect are discussed in the following sections.
@@ -74,7 +72,7 @@ Data in Azure Monitor Logs is stored in tables where each table has its own set
74
72
75
73
All resource logs in Azure Monitor have the same fields followed by service-specific fields. The common schema is outlined in [Azure Monitor resource log schema](../../azure-monitor/essentials/resource-logs-schema.md)
76
74
77
-
The [Activity log](../../azure-monitor/essentials/activity-log.md) is a type of platform log in Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
75
+
The [Activity log](../../azure-monitor/essentials/activity-log.md) is a type of platform log for Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
78
76
79
77
For a list of the types of resource logs collected for Key Vault, see [Monitoring Key Vault data reference](monitor-key-vault-reference.md#resource-logs)
80
78
@@ -126,7 +124,7 @@ Here are some queries that you can enter into the **Log search** bar to help you
126
124
// httpStatusCode_d contains HTTP status code returned
127
125
```
128
126
129
-
- Input deserialization errors
127
+
-Are there any Input deserialization errors?
130
128
131
129
```Kusto
132
130
// Shows errors caused due to malformed events that could not be deserialized by the job.
@@ -197,12 +195,12 @@ Here are some queries that you can enter into the **Log search** bar to help you
197
195
The following list contains some suggested alert rules for Key Vault. These alerts are just examples. You can set alerts for any metric, log entry, or activity log entry listed in the [Azure Key Vault monitoring data reference](monitor-key-vault-reference.md).
0 commit comments