Skip to content

Commit b7d7b0f

Browse files
committed
edit pass: log-articles-batch-2
1 parent ddc28f1 commit b7d7b0f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/azure-monitor/logs/logs-ingestion-api-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Logs ingestion API in Azure Monitor (preview)
2+
title: Logs Ingestion API in Azure Monitor (preview)
33
description: Send data to a Log Analytics workspace by using a REST API.
44
ms.topic: conceptual
55
ms.date: 06/27/2022
66

77
---
88

9-
# Logs ingestion API in Azure Monitor (preview)
9+
# Logs Ingestion API in Azure Monitor (preview)
1010

11-
The Logs ingestion API in Azure Monitor lets you send data to a Log Analytics workspace from any REST API client. By using this API, you can send data from almost any source to [supported built-in tables](#supported-tables) or to custom tables that you create. You can even extend the schema of built-in tables with custom columns.
11+
The Logs Ingestion API in Azure Monitor lets you send data to a Log Analytics workspace from any REST API client. By using this API, you can send data from almost any source to [supported built-in tables](#supported-tables) or to custom tables that you create. You can even extend the schema of built-in tables with custom columns.
1212

1313
> [!NOTE]
14-
> The Logs ingestion API was previously referred to as the custom logs API.
14+
> The Logs Ingestion API was previously referred to as the custom logs API.
1515
1616
## Basic operation
1717

@@ -34,11 +34,11 @@ The following tables are supported.
3434

3535
### Custom tables
3636

37-
The Logs ingestion API can send data to any custom table that you create and to certain built-in tables in your Log Analytics workspace. The target table must exist before you can send data to it.
37+
The Logs Ingestion API can send data to any custom table that you create and to certain built-in tables in your Log Analytics workspace. The target table must exist before you can send data to it.
3838

3939
### Built-in tables
4040

41-
The Logs ingestion API can send data to the following built-in tables. Other tables might be added to this list as support for them is implemented:
41+
The Logs Ingestion API can send data to the following built-in tables. Other tables might be added to this list as support for them is implemented:
4242

4343
- [CommonSecurityLog](/azure/azure-monitor/reference/tables/commonsecuritylog)
4444
- [SecurityEvents](/azure/azure-monitor/reference/tables/securityevent)
@@ -69,7 +69,7 @@ The DCR must understand the structure of the input data and the structure of the
6969

7070
## Send data
7171

72-
To send data to Azure Monitor with the Logs ingestion API, make a POST call to the DCE over HTTP. Details of the call are described in the following sections.
72+
To send data to Azure Monitor with the Logs Ingestion API, make a POST call to the DCE over HTTP. Details of the call are described in the following sections.
7373

7474
### Endpoint URI
7575

@@ -86,7 +86,7 @@ The endpoint URI uses the following format, where the `Data Collection Endpoint`
8686

8787
| Header | Required? | Value | Description |
8888
|:---|:---|:---|:---|
89-
| Authorization | Yes | Bearer {Bearer token obtained through the Client Credentials Flow} | |
89+
| Authorization | Yes | Bearer (bearer token obtained through the client credentials flow) | |
9090
| Content-Type | Yes | `application/json` | |
9191
| Content-Encoding | No | `gzip` | Use the gzip compression scheme for performance optimization. |
9292
| x-ms-client-request-id | No | String-formatted GUID | Request ID that can be used by Microsoft for any troubleshooting purposes. |
@@ -101,7 +101,7 @@ For sample data and an API call using the logs ingestion API, see either [Send c
101101

102102
## Limits and restrictions
103103

104-
For limits related to the Logs ingestion API, see [Azure Monitor service limits](../service-limits.md#logs-ingestion-api).
104+
For limits related to the Logs Ingestion API, see [Azure Monitor service limits](../service-limits.md#logs-ingestion-api).
105105

106106
## Next steps
107107

0 commit comments

Comments
 (0)