Skip to content

Commit a758484

Browse files
committed
added screenshots
1 parent c426920 commit a758484

File tree

1 file changed

+31
-10
lines changed

1 file changed

+31
-10
lines changed

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

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ Create the following Field Extraction Rules (FER) for Azure Storage by following
7474
```
7575

7676
```sql title="Parse Expression"
77-
json "location", "properties.resourceLocation", "properties.region" as location, resourceLocation, service_region nodrop
77+
json "location", "properties.resourceLocation", "properties.region", "properties.regionname" as location, resourceLocation, service_region, resourceRegion nodrop
7878
| replace(toLowerCase(resourceLocation), " ", "") as resourceLocation
7979
| if (!isBlank(resourceLocation), resourceLocation, location) as location
8080
| if (!isBlank(service_region), service_region, location) as location
81+
| if (!isBlank(resourceRegion), resourceRegion, location) as location
8182
| if (isBlank(location), "global", location) as location
8283
| fields location
8384
```
@@ -188,6 +189,14 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
188189
189190
### Overview
190191
192+
The **Azure Cosmos DB - Overview** dashboard provides details about RU (Request Unit) consumption, duration, status code distribution across database and collection.
193+
194+
Use this dashboard to:
195+
* Track data plane request locations for cross region calls.
196+
* Monitor request units, duration consumed across database and collection.
197+
* Identify failed requests across database and collection.
198+
199+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Overview.png')} alt="Azure Cosmos DB - Overview dashboard" style={{border: '1px solid gray'}} width="800" />
191200
192201
### Throughput
193202
@@ -197,18 +206,20 @@ Use this dashboard to:
197206
* Identify hot partitions from a request volume perspective.
198207
* Track request units consumed by each database.
199208
200-
<!-- <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" /> -->
201-
209+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Throughput.png')} alt="Azure Cosmos DB - Throughput dashboard" style={{border: '1px solid gray'}} width="800" />
202210
203211
### Audit
204212
205-
The **Azure Cosmos DB - Audit** dashboard provides details about all data plane and control plane operations executed on the account.
213+
The **Azure Cosmos DB - Audit** dashboard provides details about all control plane operations executed on the account.
206214
207215
Use this dashboard to:
216+
208217
* 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.
209218
* Monitor data plane operations executed to create, update, delete, or retrieve data within the account.
219+
* Use operation name filter to track important events like network settings update, account key rotations, provisioned throughput changes and replication settings update.
220+
210221
211-
<!-- <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" /> -->
222+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Audit.png')} alt="Azure Cosmos DB - Audit dashboard" style={{border: '1px solid gray'}} width="800" />
212223
213224
### Storage
214225
@@ -218,7 +229,7 @@ Use this dashboard to:
218229
* Identify logical partition keys that have consumed more storage space than others.
219230
* Track document count and data usage.
220231
221-
<!-- <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" /> -->
232+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Storage.png')} alt="Azure Cosmos DB - Storage dashboard" style={{border: '1px solid gray'}} width="800" />
222233
223234
### Performance
224235
@@ -228,7 +239,17 @@ Use this dashboard to:
228239
* Monitor and analyze the failed queries of your Azure Cosmos DB.
229240
* Identify performance bottlenecks and optimize query execution.
230241
231-
<!-- <img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-CosmosDB-Performance.png')} alt="Azure Cosmos DB Performance dashboard" style={{border: '1px solid gray'}} width="800" /> -->
242+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Performance.png')} alt="Azure Cosmos DB - Performance dashboard" style={{border: '1px solid gray'}} width="800" />
243+
244+
### Queries
245+
246+
The **Azure Cosmos DB - Queries** dashboard provides insights into the queries executed in your Azure Cosmos DB databases.
247+
248+
Use this dashboard to:
249+
* Analyze query distribution across duration, request charge, response length.
250+
* Identify query bottlenecks and optimize query execution.
251+
252+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Queries.png')} alt="Azure Cosmos DB - Queries dashboard" style={{border: '1px solid gray'}} width="800" />
232253
233254
### Health
234255
@@ -239,7 +260,7 @@ Use this dashboard to:
239260
* View distribution of service and resource health by incident type.
240261
* Monitor service availability.
241262
242-
<!-- <img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-CosmosDB-Health.png')} alt="Azure Cosmos DB health dashboard" style={{border: '1px solid gray'}} width="800" /> -->
263+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Health.png')} alt="Azure Cosmos DB - Health dashboard" style={{border: '1px solid gray'}} width="800" />
243264
244265
### Policy and Recommendations
245266
@@ -252,7 +273,7 @@ Use this dashboard to:
252273
* Identify high impact recommendations.
253274
* View recent recommendation events and navigate to the affected resource.
254275
255-
<!-- <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" /> -->
276+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Policy-and-Recommendations.png')} alt="Azure Cosmos DB - Policy and Recommendations dashboard" style={{border: '1px solid gray'}} width="800" />
256277
257278
### Administrative Operations
258279
@@ -263,7 +284,7 @@ Use this dashboard to:
263284
* View top 10 operations that caused the most errors.
264285
* View recent diagnostic, network, and replication settings updates operations.
265286
266-
<!-- <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" /> -->
287+
<img src={useBaseUrl('https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Azure-CosmosDB/Azure-Cosmos-DB-Administrative-Operations.png')} alt="Azure Cosmos DB - Administrative Operations dashboard" style={{border: '1px solid gray'}} width="800" />
267288
268289
## Upgrade/Downgrade the Azure Cosmos DB app (optional)
269290

0 commit comments

Comments
 (0)