Skip to content

Commit 4a0ee4f

Browse files
committed
edit pass: log-articles-batch-6
1 parent 3ee3415 commit 4a0ee4f

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/azure-monitor/logs/logs-data-export.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Data in Log Analytics is available for the retention period defined in your work
2121

2222
After you've configured data export rules in a Log Analytics workspace, new data for tables in rules is exported from the Azure Monitor pipeline to your storage account or event hubs as it arrives.
2323

24-
[![Data export overview](media/logs-data-export/data-export-overview.png "Diagram that shows a data export flow.")](media/logs-data-export/data-export-overview.png#lightbox)
24+
[![Diagram that shows a data export flow.](media/logs-data-export/data-export-overview.png "Diagram that shows a data export flow.")](media/logs-data-export/data-export-overview.png#lightbox)
2525

2626
Data is exported without a filter. For example, when you configure a data export rule for a *SecurityEvent* table, all data sent to the *SecurityEvent* table is exported starting from the configuration time.
2727

@@ -70,7 +70,7 @@ Blobs are stored in 5-minute folders in the following path structure: *Workspace
7070

7171
The format of blobs in a storage account is in [JSON lines](../essentials/resource-logs-blob-format.md), where each record is delimited by a new line, with no outer records array and no commas between JSON records.
7272

73-
[![Storage sample data](media/logs-data-export/storage-data.png "Screenshot that shows data format in a blob.")](media/logs-data-export/storage-data-expand.png#lightbox)
73+
[![Screenshot that shows data format in a blob.](media/logs-data-export/storage-data.png "Screenshot that shows data format in a blob.")](media/logs-data-export/storage-data-expand.png#lightbox)
7474

7575
### Event hubs
7676

@@ -111,7 +111,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.insights
111111
### Allow trusted Microsoft services
112112
If you've configured your storage account to allow access from selected networks, you need to add an exception to allow Azure Monitor to write to the account. From **Firewalls and virtual networks** for your storage account, select **Allow Azure services on the trusted services list to access this storage account**.
113113

114-
[![Storage account firewalls and networks](media/logs-data-export/storage-account-network.png "Screenshot that shows the option Allow Azure services on the trusted services list.")](media/logs-data-export/storage-account-network.png#lightbox)
114+
[![Screenshot that shows the option Allow Azure services on the trusted services list.](media/logs-data-export/storage-account-network.png "Screenshot that shows the option Allow Azure services on the trusted services list.")](media/logs-data-export/storage-account-network.png#lightbox)
115115

116116
### Monitor destinations
117117

@@ -161,7 +161,7 @@ A data export rule defines the destination and tables for which data is exported
161161

162162
1. On the **Log Analytics workspace** menu in the Azure portal, select **Data Export** under the **Settings** section. Select **New export rule** at the top of the pane.
163163

164-
[![Export create](media/logs-data-export/export-create-1.png "Screenshot that shows the data export entry point.")](media/logs-data-export/export-create-1.png#lightbox)
164+
[![Screenshot that shows the data export entry point.](media/logs-data-export/export-create-1.png "Screenshot that shows the data export entry point.")](media/logs-data-export/export-create-1.png#lightbox)
165165

166166
1. Follow the steps, and then select **Create**.
167167

@@ -462,7 +462,7 @@ Use the following command to create a data export rule to a specific event hub b
462462

463463
1. On the **Log Analytics workspace** menu in the Azure portal, select **Data Export** under the **Settings** section.
464464

465-
[![Export rules view](media/logs-data-export/export-view-1.png "Screenshot that shows the data export rules view.")](media/logs-data-export/export-view-1.png#lightbox)
465+
[![Screenshot that shows the data export rules view.](media/logs-data-export/export-view-1.png "Screenshot that shows the data export rules view.")](media/logs-data-export/export-view-1.png#lightbox)
466466

467467
1. Select a rule for a configuration view.
468468

@@ -504,7 +504,7 @@ The template option doesn't apply.
504504

505505
You can disable export rules to stop the export for a certain period, such as when testing is being held. On the **Log Analytics workspace** menu in the Azure portal, select **Data Export** under the **Settings** section. Select the **Status** toggle to disable or enable the export rule.
506506

507-
[![Export rule disable](media/logs-data-export/export-disable.png "Screenshot that shows disabling the data export rule.")](media/logs-data-export/export-disable.png#lightbox)
507+
[![Screenshot that shows disabling the data export rule.](media/logs-data-export/export-disable.png "Screenshot that shows disabling the data export rule.")](media/logs-data-export/export-disable.png#lightbox)
508508

509509
# [PowerShell](#tab/powershell)
510510

@@ -557,7 +557,7 @@ You can disable export rules to stop export when testing is performed and you do
557557

558558
On the **Log Analytics workspace** menu in the Azure portal, select **Data Export** under the **Settings** section. Select the ellipsis to the right of the rule and select **Delete**.
559559

560-
[![Export rule delete](media/logs-data-export/export-delete.png "Screenshot that shows deleting the data export rule.")](media/logs-data-export/export-delete.png#lightbox)
560+
[![Screenshot that shows deleting the data export rule.](media/logs-data-export/export-delete.png "Screenshot that shows deleting the data export rule.")](media/logs-data-export/export-delete.png#lightbox)
561561

562562
# [PowerShell](#tab/powershell)
563563

@@ -595,7 +595,7 @@ The template option doesn't apply.
595595

596596
On the **Log Analytics workspace** menu in the Azure portal, select **Data Export** under the **Settings** section to view all export rules in the workspace.
597597

598-
[![Export rules](media/logs-data-export/export-view.png "Screenshot that shows the data export rules view.")](media/logs-data-export/export-view.png#lightbox)
598+
[![Screenshot that shows the data export rules view.](media/logs-data-export/export-view.png "Screenshot that shows the data export rules view.")](media/logs-data-export/export-view.png#lightbox)
599599

600600
# [PowerShell](#tab/powershell)
601601

@@ -781,7 +781,7 @@ All data from the table will be exported unless limitations are specified. This
781781
| CommonSecurityLog | |
782782
| ComputerGroup | |
783783
| ConfidentialWatchlist | |
784-
| ConfigurationData | Partial support. Some of the data is ingested through internal services that aren't supported in export. This portion is missing in export currently. |
784+
| ConfigurationData | Partial support. Some of the data is ingested through internal services that aren't supported in export. Currently, this portion is missing in export. |
785785
| ContainerAppConsoleLogs | |
786786
| ContainerAppSystemLogs | |
787787
| ContainerImageInventory | |
@@ -857,7 +857,7 @@ All data from the table will be exported unless limitations are specified. This
857857
| IdentityDirectoryEvents | |
858858
| IdentityLogonEvents | |
859859
| IdentityQueryEvents | |
860-
| InsightsMetrics | Partial support. Some of the data is ingested through internal services that aren't supported in export. This portion is missing in export currently. |
860+
| InsightsMetrics | Partial support. Some of the data is ingested through internal services that aren't supported in export. Currently, this portion is missing in export. |
861861
| IntuneAuditLogs | |
862862
| IntuneDevices | |
863863
| IntuneOperationalLogs | |
@@ -887,8 +887,8 @@ All data from the table will be exported unless limitations are specified. This
887887
| OfficeActivity | |
888888
| OLPSupplyChainEntityOperations | |
889889
| OLPSupplyChainEvents | |
890-
| Operation | Partial support. Some of the data is ingested through internal services that aren't supported in export. This portion is missing in export currently. |
891-
| Perf | Partial support. Only windows perf data is currently supported. The Linux perf data is missing in export currently. |
890+
| Operation | Partial support. Some of the data is ingested through internal services that aren't supported in export. Currently, this portion is missing in export. |
891+
| Perf | Partial support. Only Windows perf data is currently supported. Currently, the Linux perf data is missing in export. |
892892
| PFTitleAuditLogs | |
893893
| PowerBIActivity | |
894894
| PowerBIAuditTenant | |
@@ -946,7 +946,7 @@ All data from the table will be exported unless limitations are specified. This
946946
| UCClient | |
947947
| UCDOAggregatedStatus | |
948948
| UCDOStatus | |
949-
| Update | Partial support. Some of the data is ingested through internal services that aren't supported in export. This portion is missing in export currently. |
949+
| Update | Partial support. Some of the data is ingested through internal services that aren't supported in export. Currently, this portion is missing in export. |
950950
| UpdateRunProgress | |
951951
| UpdateSummary | |
952952
| UrlClickEvents | |
@@ -955,11 +955,11 @@ All data from the table will be exported unless limitations are specified. This
955955
| UserPeerAnalytics | |
956956
| VIAudit | |
957957
| VIIndexing | |
958-
| W3CIISLog | Partial support – data arriving from Log Analytics agent (MMA) or Azure Monitor Agent (AMA) is fully supported in export. Data arriving via Diagnostics extension agent is collected through storage while this path isn’t supported in export. |
958+
| W3CIISLog | Partial support. Data arriving from Log Analytics agent (MMA) or Azure Monitor Agent (AMA) is fully supported in export. Data arriving via Diagnostics extension agent is collected through storage while this path isn’t supported in export. |
959959
| Watchlist | |
960960
| WindowsEvent | |
961961
| WindowsFirewall | |
962-
| WireData | Partial support. Some of the data is ingested through internal services that aren't supported in export. This portion is missing in export currently. |
962+
| WireData | Partial support. Some of the data is ingested through internal services that aren't supported in export. Currently, this portion is missing in export. |
963963
| WorkloadDiagnosticLogs | |
964964
| WVDAgentHealthStatus | |
965965
| WVDCheckpoints | |

0 commit comments

Comments
 (0)