Skip to content

Commit 456dd7a

Browse files
authored
Update custom-logs-migrate.md
1 parent f86f6b4 commit 456dd7a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-monitor/logs/custom-logs-migrate.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,17 @@ If you have an existing custom table to which you currently send data using the
5757

5858
This is the preferred option, especially if you to need to make changes to the existing table. Changes to existing data types and multiple schema changes to existing Data Collector API custom tables can lead to errors.
5959

60+
> [!TIP]
61+
> To identify which tables use the Data Collector API, [view table properties](../../logs/manage-logs-tables#view-table-properties). The **Type** property of tables that use the Data Collector API is set to **Custom table (classic)**.
62+
6063
This table summarizes considerations to keep in mind for each option:
6164

6265
||Table migration|Side-by-side implementation|
6366
|-|-|-|
6467
|**Table and column naming**|Reuse existing table name.<br>Column naming options: <br>- Use new column names and define a transformation to direct incoming data to the newly named column.<br>- Continue using old names.|Set the new table name freely.<br>Need to adjust integrations, dashboards, and alerts before switching to the new table.|
6568
|**Migration procedure**|One-off table migration. Not possible to roll back a migrated table. |Migration can be done gradually, per table.|
6669
|**Post-migration**|You can continue to ingest data using the HTTP Data Collector API with existing columns, except custom columns.<br>Ingest data into new columns using the Log Ingestion API only.| Data in the old table is available until the end of retention period.<br>When you first set up a new table or make schema changes, it can take 10-15 minutes for the data changes to start appearing in the destination table.|
67-
70+
6871
To convert a table that uses the Data Collector API to data collection rules and the Log Ingestion API, issue this API call against the table:
6972

7073
```rest

0 commit comments

Comments
 (0)