Skip to content

Commit 0bb636a

Browse files
authored
Merge pull request #192226 from KrishnaG-MSFT/patch-186
(AzureCXP) MicrosoftDocs/azure-docs#90107
2 parents 3814889 + 0929a22 commit 0bb636a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To complete this tutorial, you need the following:
2828

2929

3030
## Overview of tutorial
31-
In this tutorial, you'll use a PowerShell script to send sample Apache access logs over HTTP to the API endpoint. This will require a script to convert this data to the JSON format that's required for the Azure Monitor custom logs API. The data will further be converted with a transformation in a data collection rule (DCR) that filters out records that shouldn't be ingested and create the columns required for the table that the table will be sent to. Once the configuration is complete, you'll send sample data from the command line and then inspect the results in Log Analytics.
31+
In this tutorial, you'll use a PowerShell script to send sample Apache access logs over HTTP to the API endpoint. This will require a script to convert this data to the JSON format that's required for the Azure Monitor custom logs API. The data will further be converted with a transformation in a data collection rule (DCR) that filters out records that shouldn't be ingested and create the columns required for the table that the data will be sent to. Once the configuration is complete, you'll send sample data from the command line and then inspect the results in Log Analytics.
3232

3333

3434
## Configure application
@@ -855,4 +855,4 @@ Following is sample data that you can use for the tutorial. Alternatively, you c
855855

856856
- [Complete a similar tutorial using the Azure portal.](tutorial-custom-logs-api.md)
857857
- [Read more about custom logs.](custom-logs-overview.md)
858-
- [Learn more about writing transformation queries](../essentials/data-collection-rule-transformations.md)
858+
- [Learn more about writing transformation queries](../essentials/data-collection-rule-transformations.md)

0 commit comments

Comments
 (0)