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: docs/integrations/microsoft-azure/azure-cosmos-db.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,6 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
150
150
1. To set up the Azure Event Hubs source in Sumo Logic, refer to [Azure Event Hubs Source for Logs](/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/).
151
151
1. If you want to audit Azure Cosmos DB control plane operations, [disable the key based metadata write access](https://learn.microsoft.com/en-us/azure/cosmos-db/audit-control-plane-logs#disable-key-based-metadata-write-access).
152
152
1. To create the Diagnostic settings in Azure portal, refer to the [Azure documentation](https://learn.microsoft.com/en-us/azure/cosmos-db/monitor-resource-logs?tabs=azure-portal#create-diagnostic-settings). Perform below steps for each Azure Cosmos DB account that you want to monitor.
153
-
154
153
* Choose **Stream to an event hub** as the destination.
155
154
* Select your preferred log categories depending upon your database API or select **allLogs**.
156
155
* Use the Event hub namespace and Event hub name configured in previous step in destination details section. You can use the default policy `RootManageSharedAccessKey` as the policy name.<br/><img src={useBaseUrl('img/integrations/microsoft-azure/cosmosdb-diagnostic-logs.png')} alt="Azure CosmosDB Diagnostic Settings for logs" style={{border: '1px solid gray'}} width="800" />
@@ -193,7 +192,7 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
193
192
194
193
### Throughput
195
194
196
-
The **Azure Cosmos DB - Throughput** dashboard provides details about RU (Request Unit) consumption for logical partition keys in each region, within each of their physical partitions.
195
+
The **Azure Cosmos DB - Throughput** dashboard provides details about Request Unit (RU) consumption for logical partition keys in each region, within each of their physical partitions.
197
196
198
197
Use this dashboard to:
199
198
* Identify hot partitions from a request volume perspective.
@@ -207,14 +206,14 @@ Use this dashboard to:
207
206
The **Azure Cosmos DB - Audit** dashboard provides details about all data plane and control plane operations executed on the account.
208
207
209
208
Use this dashboard to:
210
-
* Monitor control plane requests which includes modifications to the regional failover policy, indexing policy, IAM role assignments, backup/restore policies, VNet and firewall rules, private links as well as updates and deletes of the account.
211
-
* Monitor data plane operations executed to create, update, delete or retrieve data within the account.
209
+
* Monitor control plane requests which includes modifications to the regional failover policy, indexing policy, IAM role assignments, backup/restore policies, VNet and firewall rules, private links as well as updates, and deletes of the account.
210
+
* Monitor data plane operations executed to create, update, delete, or retrieve data within the account.
0 commit comments