Skip to content

Commit f4706ff

Browse files
Update logs-ingestion-api-overview.md
We need to make it more explicit that the naming convention (alphanumeric characters and the characters `_` and `-`, and they must start with a letter) also applies to column names of custom tables
1 parent 642eafb commit f4706ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ The Logs Ingestion API can send data to any custom table that you create and to
3636

3737
### Built-in 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. Column names can consist of alphanumeric characters and the characters `_` and `-`, and they must start with a letter.
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.
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

46-
46+
> [!NOTE]
47+
> Column names can consist of alphanumeric characters and the characters `_` and `-`, and they must start with a letter.
4748
4849
## Authentication
4950

0 commit comments

Comments
 (0)