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/logs/logs-ingestion-api-overview.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
-
title: Logs ingestion API in Azure Monitor (preview)
2
+
title: Logs Ingestion API in Azure Monitor (preview)
3
3
description: Send data to a Log Analytics workspace by using a REST API.
4
4
ms.topic: conceptual
5
5
ms.date: 06/27/2022
6
6
7
7
---
8
8
9
-
# Logs ingestion API in Azure Monitor (preview)
9
+
# Logs Ingestion API in Azure Monitor (preview)
10
10
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.
12
12
13
13
> [!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.
15
15
16
16
## Basic operation
17
17
@@ -34,11 +34,11 @@ The following tables are supported.
34
34
35
35
### Custom tables
36
36
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.
38
38
39
39
### Built-in tables
40
40
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:
@@ -69,7 +69,7 @@ The DCR must understand the structure of the input data and the structure of the
69
69
70
70
## Send data
71
71
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.
73
73
74
74
### Endpoint URI
75
75
@@ -86,7 +86,7 @@ The endpoint URI uses the following format, where the `Data Collection Endpoint`
86
86
87
87
| Header | Required? | Value | Description |
88
88
|:---|:---|:---|:---|
89
-
| Authorization | Yes | Bearer {Bearer token obtained through the Client Credentials Flow}||
89
+
| Authorization | Yes | Bearer (bearer token obtained through the client credentials flow)||
90
90
| Content-Type | Yes |`application/json`||
91
91
| Content-Encoding | No |`gzip`| Use the gzip compression scheme for performance optimization. |
92
92
| 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
101
101
102
102
## Limits and restrictions
103
103
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).
0 commit comments