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/create-custom-table.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 11/09/2022
13
13
14
14
# Add or delete tables and columns in Azure Monitor Logs
15
15
16
-
Azure Monitor Logs lets you [filter and transform log data before ingestion](../essentials/data-collection-transformations.md)and send the data to a standard [Azure table or a custom table](../logs/manage-logs-tables.md#table-type) where you can retain the data you need in the format you choose. This article explains how to create custom tables and add custom columns to tables in your Log Analytics workspace.
16
+
[Data collection rules](../essentials/data-collection-rule-overview.md) let you [filter and transform log data](../essentials/data-collection-transformations.md)before sending the data to an [Azure table or a custom table](../logs/manage-logs-tables.md#table-type). This article explains how to create custom tables and add custom columns to tables in your Log Analytics workspace.
17
17
18
18
## Prerequisites
19
19
@@ -35,7 +35,7 @@ To create a custom table, you need:
35
35
For information about the `TimeGenerated` format, see [supported datetime formats](/azure/data-explorer/kusto/query/scalar-data-types/datetime#supported-formats).
36
36
## Create a custom table
37
37
38
-
When you collect logs using [Azure Monitor Agent](../agents/agents-overview.md) or [the Log Ingestion API](../logs/logs-ingestion-api-overview.md), you can send the data to certain Azure tables or you can ingest the data into a custom table.
38
+
Azure tables have predefined schemas. To store log data in a different schema, use data collection rules to define how to collect, transform, and send the data to a custom table in your Log Analytics workspace.
39
39
40
40
> [!NOTE]
41
41
> For information about creating a custom table for logs you ingest with the deprecated Log Analytics agent, also known as MMA or OMS, see [Collect text logs with the Log Analytics agent](../agents/data-sources-custom-logs.md#define-a-custom-log).
@@ -95,7 +95,7 @@ Use the [Tables - Update PATCH API](/rest/api/loganalytics/tables/update) to cre
95
95
> [!IMPORTANT]
96
96
> Custom tables have a suffix of *_CL*; for example, *tablename_CL*. The *tablename_CL* in the DataFlows Streams must match the *tablename_CL* name in the Log Analytics workspace.
97
97
98
-
1. Click the **Cloud Shell** button in the Azure portal and ensure the environment is set to **PowerShell**.
98
+
1. Select the **Cloud Shell** button in the Azure portal and ensure the environment is set to **PowerShell**.
99
99
100
100
:::image type="content" source="../logs/media/tutorial-workspace-transformations-api/open-cloud-shell.png" lightbox="../logs/media/tutorial-workspace-transformations-api/open-cloud-shell.png" alt-text="Screenshot of opening Cloud Shell in the Azure portal.":::
101
101
@@ -180,7 +180,7 @@ To add a custom column to a table in your Log Analytics workspace, or delete a c
180
180
1. To add a new column:
181
181
1. Select **Add a column**.
182
182
1. Set the column name and description (optional), and select the expected value type from the **Type** dropdown.
183
-
1. Select **Save** to to save the new column.
183
+
1. Select **Save** to save the new column.
184
184
1. To delete a column, select the **Delete** icon to the left of the column you want to delete.
0 commit comments