Skip to content

Commit 6533243

Browse files
authored
Merge pull request #190590 from bwren/custom-logs-fix
Minor fixes to custom logs
2 parents 1621fd6 + 0bebc36 commit 6533243

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

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

1414
> [!NOTE]
1515
> 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.
16+
17+
1618
## Basic operation
1719
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.
1820

21+
> [!NOTE]
22+
> 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).
1923
2024
## Authentication
2125
Authentication for the custom logs API is performed at the data collection endpoint which uses standard Azure Resource Manager authentication. A common strategy is to use an Application ID and Application Key as described in [Tutorial: Add ingestion-time transformation to Azure Monitor Logs (preview)](tutorial-custom-logs.md).
@@ -46,6 +50,9 @@ The endpoint URI uses the following format, where the `Data Collection Endpoint`
4650
{Data Collection Endpoint URI}/dataCollectionRules/{DCR Immutable ID}/streams/{Stream Name}?api-version=2021-11-01-preview
4751
```
4852

53+
> [!NOTE]
54+
> 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).
55+
4956
### Headers
5057
The call can use the following headers:
5158

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)