Skip to content

Commit 70b6235

Browse files
authored
Update diagnostic-search.md
1 parent 0c21be6 commit 70b6235

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/diagnostic-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: saars
1111

1212
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.
1313

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).
1515

1616
## Where do you see Search?
1717

@@ -58,8 +58,8 @@ The event types are:
5858
* **Trace**: [Diagnostic logs](./asp-net-trace-logs.md) including TrackTrace, log4Net, NLog, and System.Diagnostic.Trace calls.
5959
* **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.
6060
* **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()`.
6363
* **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).
6464
* **Availability**: Results of [availability tests](./monitor-web-app-availability.md).
6565

@@ -100,7 +100,7 @@ You can use the following search expressions:
100100

101101
| Sample query | Effect |
102102
| --- | --- |
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". |
104104
| `apple AND banana` <br/>`apple banana` |Find events that contain both words. Use capital "AND", not "and". <br/>Short form. |
105105
| `apple OR banana` |Find events that contain either word. Use "OR", not "or". |
106106
| `apple NOT banana` |Find events that contain one word but not the other. |

0 commit comments

Comments
 (0)