Skip to content

Commit 1351e11

Browse files
committed
Update logs-ingestion-api-overview.md
1 parent 5e37621 commit 1351e11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 06/27/2022
88

99
# Logs Ingestion API in Azure Monitor
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 Azure tables](#supported-tables) or to [custom tables that you create](../logs/create-custom-table.md#create-a-custom-table). You can even [extend the schema of Azure tables with custom columns](../logs/create-custom-table.md#add-or-delete-a-custom-column).
1212

1313
> [!NOTE]
1414
> The Logs Ingestion API was previously referred to as the custom logs API.
@@ -32,19 +32,19 @@ You can modify the target table and workspace by modifying the DCR without any c
3232

3333
### Custom tables
3434

35-
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. Custom tables must have the `_CL` suffix.
35+
The Logs Ingestion API can send data to any custom table that you create and to certain Azure tables in your Log Analytics workspace. The target table must exist before you can send data to it. Custom tables must have the `_CL` suffix.
3636

37-
### Built-in tables
37+
### Azure tables
3838

39-
The Logs Ingestion API can send data to the following built-in tables. Other tables may be added to this list as support for them is implemented. Columns extended on top of built-in tables must have the suffix `_CF`. Columns in a custom table don't need this suffix.
39+
The Logs Ingestion API can send data to the following Azure tables. Other tables may be added to this list as support for them is implemented.
4040

4141
- [CommonSecurityLog](/azure/azure-monitor/reference/tables/commonsecuritylog)
4242
- [SecurityEvents](/azure/azure-monitor/reference/tables/securityevent)
4343
- [Syslog](/azure/azure-monitor/reference/tables/syslog)
4444
- [WindowsEvents](/azure/azure-monitor/reference/tables/windowsevent)
4545

4646
> [!NOTE]
47-
> Column names can consist of alphanumeric characters and the characters `_` and `-`, and they must start with a letter.
47+
> Column names must start with a letter and can consist of up to 45 alphanumeric characters and the characters `_` and `-`. The following are reserved column names: `Type`, `TenantId`, `resource`, `resourceid`, `resourcename`, `resourcetype`, `subscriptionid`, `tenanted`. Custom columns you add to an Azure table must have the suffix `_CF`.
4848
4949
## Authentication
5050

0 commit comments

Comments
 (0)