Skip to content

Commit d92d3ee

Browse files
authored
Update azure-cosmos-db.md
1 parent 5ebee1a commit d92d3ee

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/integrations/microsoft-azure/azure-cosmos-db.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ In this section, you will configure a pipeline for shipping diagnostic logs from
150150
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/).
151151
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).
152152
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-
154153
* Choose **Stream to an event hub** as the destination.
155154
* Select your preferred log categories depending upon your database API or select **allLogs**.
156155
* 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';
193192
194193
### Throughput
195194
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.
197196
198197
Use this dashboard to:
199198
* Identify hot partitions from a request volume perspective.
@@ -207,14 +206,14 @@ Use this dashboard to:
207206
The **Azure Cosmos DB - Audit** dashboard provides details about all data plane and control plane operations executed on the account.
208207
209208
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.
212211
213212
<!-- <img src={useBaseUrl('https://sumologic-app-data.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-CosmosDB-Storage-Overview.png')} alt="Azure Cosmos DB - Storage Overview" style={{border: '1px solid gray'}} width="800" /> -->
214213
215214
### Storage
216215
217-
The **Azure Cosmos DB - Storage** dashboard provides details about data usage, document count and physical partition size by database.
216+
The **Azure Cosmos DB - Storage** dashboard provides details about data usage, document count, and physical partition size by database.
218217
219218
Use this dashboard to:
220219
* Identify logical partition keys that have consumed more storage space than others.
@@ -251,7 +250,7 @@ Use this dashboard to:
251250
* Monitor policy events with warnings and errors.
252251
* View recent failed policy events.
253252
* View total recommendation events.
254-
* Identify High Impact recommendations.
253+
* Identify high impact recommendations.
255254
* View recent recommendation events and navigate to the affected resource.
256255
257256
<!-- <img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB-for-NoSQL/Azure-CosmosDB-Policy-and-Recommendations.png')} alt="Azure Cosmos DB - Policy and Recommendations dashboard" style={{border: '1px solid gray'}} width="800" /> -->
@@ -262,12 +261,11 @@ The **Azure Cosmos DB - Administrative Operations** dashboard provides details o
262261
263262
Use this dashboard to:
264263
* Identify top users performing administrative operations.
265-
* View Top 10 operations that caused the most errors.
266-
* View recent Diagnostic, Network and Replication Settings updates operations.
264+
* View top 10 operations that caused the most errors.
265+
* View recent diagnostic, network, and replication settings updates operations.
267266
268267
<!-- <img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-CosmosDB-Administrative-Operations.png')} alt="Azure Cosmos DB Administrative Operations dashboard" style={{border: '1px solid gray'}} width="800" /> -->
269268
270-
271269
## Upgrade/Downgrade the Azure Cosmos DB app (optional)
272270
273271
import AppUpdate from '../../reuse/apps/app-update.md';

0 commit comments

Comments
 (0)