Edit

Manage tables in a Log Analytics workspace

In a Log Analytics workspace, tables organize log data from your data sources. Configure table properties to manage your data model, data access, and costs. For an overview on table types, column data types, and table schema, see Tables in Azure Monitor Logs.

View table properties

Note

Table names are case sensitive.

To view and set table properties in the Azure portal:

  1. From your Log Analytics workspace, select Tables.

    The Tables screen presents table configuration information for all tables in your Log Analytics workspace.

    Screenshot that shows the Tables screen for a Log Analytics workspace.

  2. Select the ellipsis (...) to the right of a table to open the table management menu.

    The available table management options vary based on the table type.

    1. Select Manage table to edit the table properties.

    2. Select Edit schema to view and edit the table schema. Even though the guid type is available for columns in the table schema, GUID values are stored and queried as strings. For more information, see Column data types in Azure Monitor Logs.

Learn how to: