Skip to content

Commit fa8889d

Browse files
committed
Heading fix in logging doc
1 parent d2111d2 commit fa8889d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/cosmos-db/logging.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Now that you've enabled data collection, run the following log search example by
396396
![Sample log search for the 10 most recent logs](./media/logging/log-analytics-query.png)
397397

398398
<a id="#queries"></a>
399-
### CosmosDB Log Analytics queries in Azure Monitor
399+
### Azure Cosmos DB Log Analytics queries in Azure Monitor
400400

401401
Here are some additional queries that you can enter into the **Log search** box to help you monitor your Azure Cosmos containers. These queries work with the [new language](../log-analytics/log-analytics-log-search-upgrade.md).
402402

@@ -440,6 +440,7 @@ To learn about the meaning of the data that's returned by each log search, see [
440440
| where Caller == "[email protected]" and ResourceProvider=="MICROSOFT.DOCUMENTDB" and Category=="DataPlaneRequests"
441441
| summarize count() by Resource
442442
```
443+
443444
> [!NOTE]
444445
> This command is for an activity log, not a diagnostic log.
445446
@@ -457,8 +458,6 @@ To learn about the meaning of the data that's returned by each log search, see [
457458
| order by requestCharge_s desc
458459
| limit 100
459460
```
460-
461-
462461
463462
* To query for which operations take longer than 3 milliseconds:
464463
@@ -491,11 +490,8 @@ To learn about the meaning of the data that's returned by each log search, see [
491490
AzureDiagnostics
492491
| where ResourceProvider=="MICROSOFT.DOCUMENTDB" and Category=="PartitionKeyStatistics"
493492
| project SubscriptionId, regionName_s, databaseName_s, collectionname_s, partitionkey_s, sizeKb_s, ResourceId
494-
495-
496493
```
497494
498-
499495
For more information about how to use the new Log Search language, see [Understand log searches in Azure Monitor logs](../log-analytics/log-analytics-log-search-new.md).
500496
501497
## <a id="interpret"></a>Interpret your logs

0 commit comments

Comments
 (0)