Skip to content

Commit 05964bd

Browse files
committed
more cx
1 parent 39461b9 commit 05964bd

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

articles/search/TOC.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -440,24 +440,24 @@
440440
href: index-ranking-similarity.md
441441
- name: Add a scoring profile
442442
href: index-add-scoring-profiles.md
443-
- name: Performance and monitoring
443+
- name: Monitoring and performance
444444
items:
445445
- name: Monitor
446446
href: monitor-azure-cognitive-search.md
447-
- name: Performance analysis
448-
href: search-performance-analysis.md
449-
- name: Performance benchmarks
450-
href: performance-benchmarks.md
451-
- name: Tips for better performance
452-
href: search-performance-tips.md
453-
- name: Visualize resource logs
454-
href: search-monitor-logs-powerbi.md
455447
- name: Monitor queries
456448
href: search-monitor-queries.md
457449
- name: Monitor indexer-based indexing
458450
href: search-howto-monitor-indexers.md
459451
- name: Monitor client-side interactions
460452
href: search-traffic-analytics.md
453+
- name: Visualize resource logs
454+
href: search-monitor-logs-powerbi.md
455+
- name: Performance analysis
456+
href: search-performance-analysis.md
457+
- name: Performance benchmarks
458+
href: performance-benchmarks.md
459+
- name: Tips for better performance
460+
href: search-performance-tips.md
461461
- name: Service management
462462
items:
463463
- name: Manage in the portal

articles/search/monitor-azure-cognitive-search-data-reference.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,14 @@ Microsoft.Search/searchServices
8585
- [AzureDiagnostics](/azure/azure-monitor/reference/tables/AzureDiagnostics)
8686
- [AzureMetrics](/azure/azure-monitor/reference/tables/AzureMetrics)
8787

88-
#### AzureDiagnostics table
88+
#### AzureActivity table
8989

90-
Queries against the AzureDiagnostics table in Log Analytics can include the common properties, the [search-specific properties](#resource-log-search-props), and the [search-specific operations](#resource-log-search-ops) listed in the schema reference section.
90+
91+
| Table | Description |
92+
|-------|-------------|
93+
| [AzureActivity](/azure/azure-monitor/reference/tables/azureactivity) | Entries from the Azure activity log provide insight into control plane operations. Tasks invoked on the control plane, such as adding or removing replicas and partitions, are represented through a "Get Admin Key" activity. |
94+
| [AzureDiagnostics](/azure/azure-monitor/reference/tables/azurediagnostics) | Logged query and indexing operations. Queries against the AzureDiagnostics table in Log Analytics can include the common properties, the [search-specific properties](#resource-log-search-props), and the [search-specific operations](#resource-log-search-ops) listed in the schema reference section. |
95+
| [AzureMetrics](/azure/azure-monitor/reference/tables/azuremetrics) | Metric data emitted by Azure AI Search that measures health and performance. |
9196

9297
<!-- ## Activity log. Required section. -->
9398
[!INCLUDE [horz-monitor-ref-activity-log](~/articles/reusable-content/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]

0 commit comments

Comments
 (0)