Skip to content

Commit 41e388e

Browse files
committed
clean up
1 parent ba35674 commit 41e388e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

articles/search/search-monitor-logs.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,7 @@ In Blob storage, containers are only created when there is an activity to log or
6464

6565
**It takes one hour before the containers will appear in Blob storage. There is one blob, per hour, per container.**
6666

67-
Logs are archived for every hour in which activity occurs. The following path is an example of one log file created on January 12 2020 at 9:00 a.m.
68-
69-
```
70-
resourceId=/subscriptions/<subscriptionID>/resourcegroups/<resourceGroupName>/providers/microsoft.search/searchservices/<searchServiceName>/y=2020/m=01/d=12/h=09/m=12/name=PT1H.json
71-
```
67+
Logs are archived for every hour in which activity occurs. The following path is an example of one log file created on January 12 2020 at 9:00 a.m. where each `/` is a folder: `resourceId=/subscriptions/<subscriptionID>/resourcegroups/<resourceGroupName>/providers/microsoft.search/searchservices/<searchServiceName>/y=2020/m=01/d=12/h=09/m=00/name=PT1H.json`
7268

7369
## Log schema
7470

articles/search/search-monitor-queries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This article explains how to measure query performance and volume using metrics.
1717

1818
Historical data that feeds into metrics is preserved for 30 days. For longer retention, or to report on operational data and query strings, be sure to enable a [diagnostic setting](search-monitor-logs.md) that specifies a storage option.
1919

20-
Conditions that produce the greatest veracity in data measurement include:
20+
Conditions that maximize the integrity of data measurements include:
2121

22-
+ Use a billable service (a service created at the Basic or a Standard tier). The free service is shared by multiple subscribers, introducing a certain amount of volatility.
22+
+ Use a billable service (a service created at either the Basic or a Standard tier). The free service is shared by multiple subscribers, which introduces a certain amount of volatility as loads shift.
2323

24-
+ Use a single replica, if possible, so that calculations are limited to one machine. If you use multiple replicas, query metrics are averaged across multiple nodes, some of which might be faster. If you are tuning query performance, a single node gives you a more stable environment for testing.
24+
+ Use a single replica, if possible, so that calculations are limited to one machine. If you use multiple replicas, query metrics are averaged across multiple nodes, some of which might be faster. If you are tuning query performance, a single node gives a more stable environment for testing.
2525

2626
> [!Tip]
2727
> With additional client-side code and Application Insights, you can also capture clickthrough data for deeper insight into what attracts the interest of your application users. For more information, see [Search traffic analytics](search-traffic-analytics.md).

0 commit comments

Comments
 (0)