Skip to content

Commit c156896

Browse files
committed
updates
1 parent 4828451 commit c156896

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ Use the **Tables - Update** API to create the table with the following PowerShel
9595
"description": "Name of the counter"
9696
},
9797
{
98-
"name": "CounterName",
99-
"type": "string",
98+
"name": "CounterValue",
99+
"type": "real",
100100
"description": "Value collected for the counter"
101101
}
102102
]
@@ -185,7 +185,7 @@ A [DCE](../essentials/data-collection-endpoint-overview.md) is required to accep
185185
:::image type="content" source="media/tutorial-logs-ingestion-api/data-collection-endpoint-json.png" lightbox="media/tutorial-logs-ingestion-api/data-collection-endpoint-json.png" alt-text="Screenshot that shows the DCE resource ID.":::
186186
187187
## Create a data collection rule
188-
The [DCR](../essentials/data-collection-rule-overview.md) defines the schema of data that's being sent to the HTTP endpoint. It also defines the transformation that will be applied to it. The DCR also defines the destination workspace and table the transformed data will be sent to.
188+
The [DCR](../essentials/data-collection-rule-overview.md) defines the schema of data that's being sent to the HTTP endpoint and the [transformation](../essentials/data-collection-transformations.md) that will be applied to it before it's send to the workspace. The DCR also defines the destination workspace and table the transformed data will be sent to.
189189
190190
1. In the Azure portal's search box, enter **template** and then select **Deploy a custom template**.
191191
@@ -204,7 +204,7 @@ The [DCR](../essentials/data-collection-rule-overview.md) defines the schema of
204204
- `dataCollectionEndpointId`: Identifies the Resource ID of the data collection endpoint.
205205
- `streamDeclarations`: Defines the columns of the incoming data.
206206
- `destinations`: Specifies the destination workspace.
207-
- `dataFlows`: Matches the stream with the destination workspace and specifies the transformation query and the destination table.
207+
- `dataFlows`: Matches the stream with the destination workspace and specifies the transformation query and the destination table. The output of the destination query is what will be sent to the destination table.
208208
209209
```json
210210
{

0 commit comments

Comments
 (0)