You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/diagnostic-search.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.reviewer: saars
11
11
12
12
Transaction search is a feature of [Application Insights](./app-insights-overview.md) that you use to find and explore individual telemetry items, such as page views, exceptions, or web requests. You can also view log traces and events that you've coded.
13
13
14
-
For more complex queries over your data, use [Analytics](../logs/log-analytics-tutorial.md).
14
+
For more complex queries over your data, use [Log Analytics](../logs/log-analytics-tutorial.md).
15
15
16
16
## Where do you see Search?
17
17
@@ -58,8 +58,8 @@ The event types are:
58
58
***Trace**: [Diagnostic logs](./asp-net-trace-logs.md) including TrackTrace, log4Net, NLog, and System.Diagnostic.Trace calls.
59
59
***Request**: HTTP requests received by your server application including pages, scripts, images, style files, and data. These events are used to create the request and response overview charts.
60
60
***Page View**: [Telemetry sent by the web client](./javascript.md) used to create page view reports.
61
-
***Custom Event**: If you inserted calls to TrackEvent() to [monitor usage](./api-custom-events-metrics.md), you can search them here.
62
-
***Exception**: Uncaught [exceptions in the server](./asp-net-exceptions.md), and the exceptions that you log by using TrackException().
61
+
***Custom Event**: If you inserted calls to `TrackEvent()` to [monitor usage](./api-custom-events-metrics.md), you can search them here.
62
+
***Exception**: Uncaught [exceptions in the server](./asp-net-exceptions.md), and the exceptions that you log by using `TrackException()`.
63
63
***Dependency**: [Calls from your server application](./asp-net-dependencies.md) to other services such as REST APIs or databases, and AJAX calls from your [client code](./javascript.md).
64
64
***Availability**: Results of [availability tests](./monitor-web-app-availability.md).
65
65
@@ -100,7 +100,7 @@ You can use the following search expressions:
100
100
101
101
| Sample query | Effect |
102
102
| --- | --- |
103
-
|`apple`|Find all events in the time range whose fields include the word "apple" |
103
+
|`apple`|Find all events in the time range whose fields include the word "apple".|
104
104
|`apple AND banana` <br/>`apple banana`|Find events that contain both words. Use capital "AND", not "and". <br/>Short form. |
105
105
|`apple OR banana`|Find events that contain either word. Use "OR", not "or". |
106
106
|`apple NOT banana`|Find events that contain one word but not the other. |
0 commit comments