az monitor log-analytics workspace
Manage Azure log analytics workspace.
Commands
| az monitor log-analytics workspace create |
Create a workspace instance. |
| az monitor log-analytics workspace data-export |
Manage data export ruls for log analytics workspace. |
| az monitor log-analytics workspace data-export create |
Create a data export rule for a given workspace. |
| az monitor log-analytics workspace data-export delete |
Delete a data export rule for a given workspace. |
| az monitor log-analytics workspace data-export list |
List all data export ruleses for a given workspace. |
| az monitor log-analytics workspace data-export show |
Show a data export rule for a given workspace. |
| az monitor log-analytics workspace data-export update |
Update a data export rule for a given workspace. |
| az monitor log-analytics workspace delete |
Delete a workspace instance. |
| az monitor log-analytics workspace get-schema |
Get the schema for a given workspace. |
| az monitor log-analytics workspace get-shared-keys |
Get the shared keys for a workspace. |
| az monitor log-analytics workspace linked-service |
Manage linked service for log analytics workspace. |
| az monitor log-analytics workspace linked-service create |
Create a linked service. |
| az monitor log-analytics workspace linked-service delete |
Delete a linked service. |
| az monitor log-analytics workspace linked-service list |
Gets all the linked services in a workspace. |
| az monitor log-analytics workspace linked-service show |
Show the properties of a linked service. |
| az monitor log-analytics workspace linked-service update |
Update a linked service. |
| az monitor log-analytics workspace linked-service wait |
Place the CLI in a waiting state until a condition of the linked service is met. |
| az monitor log-analytics workspace linked-storage |
Manage linked storage account for log analytics workspace. |
| az monitor log-analytics workspace linked-storage add |
Add some linked storage accounts with specific data source type for log analytics workspace. |
| az monitor log-analytics workspace linked-storage create |
Create some linked storage accounts for log analytics workspace. |
| az monitor log-analytics workspace linked-storage delete |
Delete all linked storage accounts with specific data source type for log analytics workspace. |
| az monitor log-analytics workspace linked-storage list |
List all linked storage accounts for a log analytics workspace. |
| az monitor log-analytics workspace linked-storage remove |
Remove some linked storage accounts with specific data source type for log analytics workspace. |
| az monitor log-analytics workspace linked-storage show |
List all linked storage accounts with specific data source type for a log analytics workspace. |
| az monitor log-analytics workspace list |
Get a list of workspaces under a resource group or a subscription. |
| az monitor log-analytics workspace list-deleted-workspaces |
Get a list of deleted workspaces that can be recovered in a subscription or a resource group. |
| az monitor log-analytics workspace list-management-groups |
Get a list of management groups connected to a workspace. |
| az monitor log-analytics workspace list-usages |
Get a list of usage metrics for a workspace. |
| az monitor log-analytics workspace pack |
Manage intelligent packs for log analytics workspace. |
| az monitor log-analytics workspace pack disable |
Disable an intelligence pack for a given workspace. |
| az monitor log-analytics workspace pack enable |
Enable an intelligence pack for a given workspace. |
| az monitor log-analytics workspace pack list |
List all the intelligence packs possible and whether they are enabled or disabled for a given workspace. |
| az monitor log-analytics workspace recover |
Recover a workspace in a soft-delete state within 14 days. |
| az monitor log-analytics workspace saved-search |
Manage saved search for log analytics workspace. |
| az monitor log-analytics workspace saved-search create |
Create a saved search for a given workspace. |
| az monitor log-analytics workspace saved-search delete |
Delete a saved search for a given workspace. |
| az monitor log-analytics workspace saved-search list |
List all saved searches for a given workspace. |
| az monitor log-analytics workspace saved-search show |
Show a saved search for a given workspace. |
| az monitor log-analytics workspace saved-search update |
Update a saved search for a given workspace. |
| az monitor log-analytics workspace show |
Show a workspace instance. |
| az monitor log-analytics workspace table |
Manage tables for log analytics workspace. |
| az monitor log-analytics workspace table create |
Create a Log Analytics workspace microsoft/custom log table. The table name needs to end with '_CL'. |
| az monitor log-analytics workspace table delete |
Delete a Log Analytics workspace table. |
| az monitor log-analytics workspace table list |
List all the tables for the given Log Analytics workspace. |
| az monitor log-analytics workspace table migrate |
Migrate a Log Analytics table from support of the Data Collector API and Custom Fields features to support of Data Collection Rule-based Custom Logs. |
| az monitor log-analytics workspace table restore |
Manage tables for log analytics workspace restore logs table. |
| az monitor log-analytics workspace table restore create |
Create a Log Analytics workspace restore logs table. The table name needs to end with '_RST'. |
| az monitor log-analytics workspace table search-job |
Manage tables for log analytics workspace search results table. |
| az monitor log-analytics workspace table search-job create |
Create a Log Analytics workspace search results table. The table name needs to end with '_SRCH'. |
| az monitor log-analytics workspace table show |
Get a Log Analytics workspace table. |
| az monitor log-analytics workspace table update |
Update the properties of a Log Analytics workspace table. |
| az monitor log-analytics workspace table wait |
Place the CLI in a waiting state until a condition of the workspace table is met. |
| az monitor log-analytics workspace update |
Update a workspace instance. |
az monitor log-analytics workspace create
Create a workspace instance.
az monitor log-analytics workspace create --resource-group
--workspace-name
[--capacity-reservation-level]
[--ingestion-access {Disabled, Enabled}]
[--location]
[--no-wait]
[--query-access {Disabled, Enabled}]
[--quota]
[--retention-time]
[--sku]
[--tags]
Examples
Create a workspace instance
az monitor log-analytics workspace create -g MyResourceGroup -n MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Optional Parameters
The capacity reservation level for this workspace, when CapacityReservation sku is selected. The maximum value is 1000 and must be in multiples of 100. If you want to increase the limit, please contact LAIngestionRate@microsoft.com.
The public network access type to access workspace ingestion.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
Do not wait for the long-running operation to finish.
The public network access type to access workspace query.
The workspace daily quota for ingestion in gigabytes. The minimum value is 0.023 and default is -1 which means unlimited.
The workspace data retention in days.
The supported value: PerGB2018, CapacityReservation.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace delete
Delete a workspace instance.
az monitor log-analytics workspace delete --resource-group
--workspace-name
[--force {false, true}]
[--yes]
Examples
Delete a workspace instance. (autogenerated)
az monitor log-analytics workspace delete --force true --resource-group MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Optional Parameters
Deletes the workspace without the recovery option. A workspace that was deleted with this flag cannot be recovered.
Do not prompt for confirmation.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace get-schema
Get the schema for a given workspace.
Schema represents the internal structure of the workspace, which can be used during the query. For more information, visit: https://docs.microsoft.com/rest/api/loganalytics/workspaces%202015-03-20/getschema.
az monitor log-analytics workspace get-schema --resource-group
--workspace-name
Examples
Get the schema for a given workspace. (autogenerated)
az monitor log-analytics workspace get-schema --resource-group MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace get-shared-keys
Get the shared keys for a workspace.
az monitor log-analytics workspace get-shared-keys --resource-group
--workspace-name
Examples
Get the shared keys for a workspace. (autogenerated)
az monitor log-analytics workspace get-shared-keys --resource-group MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace list
Get a list of workspaces under a resource group or a subscription.
az monitor log-analytics workspace list [--resource-group]
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace list-deleted-workspaces
Get a list of deleted workspaces that can be recovered in a subscription or a resource group.
az monitor log-analytics workspace list-deleted-workspaces [--resource-group]
Examples
Get a list of deleted workspaces that can be recovered in a resource group
az monitor log-analytics workspace list-deleted-workspaces --resource-group MyResourceGroup
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace list-management-groups
Get a list of management groups connected to a workspace.
az monitor log-analytics workspace list-management-groups --resource-group
--workspace-name
Examples
Get a list of management groups connected to a workspace. (autogenerated)
az monitor log-analytics workspace list-management-groups --resource-group MyResourceGroup --subscription mysubscription --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace list-usages
Get a list of usage metrics for a workspace.
az monitor log-analytics workspace list-usages --resource-group
--workspace-name
Examples
Get a list of usage metrics for a workspace. (autogenerated)
az monitor log-analytics workspace list-usages --resource-group MyResourceGroup --subscription MySubscription --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace recover
Recover a workspace in a soft-delete state within 14 days.
az monitor log-analytics workspace recover --workspace-name
[--no-wait]
[--resource-group]
Examples
Recover a workspace in a soft-delete state within 14 days
az monitor log-analytics workspace recover --resource-group MyResourceGroup -n MyWorkspace
Required Parameters
Name of the Log Analytics Workspace.
Optional Parameters
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace show
Show a workspace instance.
az monitor log-analytics workspace show --resource-group
--workspace-name
Examples
Show a workspace instance. (autogenerated)
az monitor log-analytics workspace show --resource-group MyResourceGroup --workspace-name MyWorkspace
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az monitor log-analytics workspace update
Update a workspace instance.
az monitor log-analytics workspace update --resource-group
--workspace-name
[--add]
[--capacity-reservation-level]
[--data-collection-rule]
[--force-string]
[--ingestion-access {Disabled, Enabled}]
[--query-access {Disabled, Enabled}]
[--quota]
[--remove]
[--retention-time]
[--set]
[--tags]
Examples
Update a workspace instance. (autogenerated)
az monitor log-analytics workspace update --resource-group myresourcegroup --retention-time 30 --workspace-name myworkspace
Update the defaultDataCollectionRuleResourceId of the workspace
az monitor log-analytics workspace update --resource-group myresourcegroup --workspace-name myworkspace --data-collection-rule "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}".
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Name of the Log Analytics Workspace.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.
The capacity reservation level for this workspace, when CapacityReservation sku is selected. The maximum value is 1000 and must be in multiples of 100. If you want to increase the limit, please contact LAIngestionRate@microsoft.com.
The resource ID of the default Data Collection Rule to use for this workspace. Expected format is /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
The public network access type to access workspace ingestion.
The public network access type to access workspace query.
The workspace daily quota for ingestion in gigabytes. The minimum value is 0.023 and default is -1 which means unlimited.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
The workspace data retention in days.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ