Skip to content

Commit aae2d5a

Browse files
Merge pull request #230371 from guywi-ms/patch-48
Update tutorial-logs-ingestion-portal.md
2 parents cdbe81f + 2583763 commit aae2d5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-portal.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: 'Tutorial: Send data to Azure Monitor Logs by using a REST API (Azure por
33
description: Tutorial on how to send data to a Log Analytics workspace in Azure Monitor by using a REST API (Azure portal version).
44
ms.topic: tutorial
55
ms.date: 07/15/2022
6+
ms.author: guywild
7+
ms.reviewer: ivkhrul
8+
ms.service: azure-monitor
69
---
710

811
# Tutorial: Send data to Azure Monitor Logs by using a REST API (Azure portal)
@@ -208,7 +211,7 @@ Before you can send data to the workspace, you need to create the custom table w
208211
:::image type="content" source="media/tutorial-logs-ingestion-portal/custom-log-table-name.png" lightbox="media/tutorial-logs-ingestion-portal/custom-log-table-name.png" alt-text="Screenshot that shows the custom log table name.":::
209212
210213
## Parse and filter sample data
211-
Instead of directly configuring the schema of the table, you can use the portal to upload sample data so that Azure Monitor can determine the schema. The sample is expected to be a JSON file that contains one or multiple log records structured in the same way they'll be sent in the body of an HTTP request of the logs ingestion API call.
214+
Instead of directly configuring the schema of the table, you can upload a file with a sample JSON array of data through the portal, and Azure Monitor will set the schema automatically. The sample JSON file must contain one or more log records structured as an array, in the same way they data is sent in the body of an HTTP request of the logs ingestion API call.
212215
213216
1. Select **Browse for files** and locate the *data_sample.json* file that you previously created.
214217

0 commit comments

Comments
 (0)