Skip to content

Commit 5dd48ba

Browse files
committed
Minotr fixes to custom logs
1 parent c6e7eb9 commit 5dd48ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@ With the DCR based custom logs API in Azure Monitor, you can send data to a Log
1111

1212
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
1313

14+
> [!NOTE]
15+
> See [Migrate from Data Collector API and custom fields-enabled tables to DCR-based custom logs](custom-logs-migrate.md) to migrate solutions from the [Data Collector API](data-collector-api.md).
16+
1417
> [!NOTE]
1518
> The custom logs API should not be confused with [custom logs](../agents/data-sources-custom-logs.md) data source with the legacy Log Analytics agent.
19+
20+
1621
## Basic operation
1722
Your application sends data to a [data collection endpoint](../essentials/data-collection-endpoint-overview.md) which is a unique connection point for your subscription. The payload of your API call includes the source data formatted in JSON. The call specifies a [data collection rule](../essentials/data-collection-rule-overview.md) that understands the format of the source data, potentially filters and transforms it for the target table, and then directs it to a specific table in a specific workspace. You can modify the target table and workspace by modifying the data collection rule without any change to the REST API call or source data.
1823

@@ -46,6 +51,9 @@ The endpoint URI uses the following format, where the `Data Collection Endpoint`
4651
{Data Collection Endpoint URI}/dataCollectionRules/{DCR Immutable ID}/streams/{Stream Name}?api-version=2021-11-01-preview
4752
```
4853

54+
> [!NOTE]
55+
> You can retrieve the immutable ID from the JSON view of the DCR. See [Collect information from DCR](tutorial-custom-logs.md#collect-information-from-dcr).
56+
4957
### Headers
5058
The call can use the following headers:
5159

articles/azure-monitor/logs/ingestion-time-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See the following tutorials for a complete walkthrough of configuring ingestion-
3838

3939
## Limits
4040

41-
- Transformation queries use a subset of KQL. See [Supported KSQL features](../essentials/data-collection-rule-transformations.md#supported-kql-features) for details.
41+
- Transformation queries use a subset of KQL. See [Supported KQL features](../essentials/data-collection-rule-transformations.md#supported-kql-features) for details.
4242

4343
## Next steps
4444

0 commit comments

Comments
 (0)