Skip to content

Commit b6d4b54

Browse files
authored
update docs with new Microsoft link
1 parent f9c7b6e commit b6d4b54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pipeline/outputs/azure_logs_ingestion.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ To get more details about how to setup these components, please refer to the fol
3333
| client\_secret| _Required_ - The client secret of the AAD application ([App Secret](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#option-2-create-a-new-application-secret)). ||
3434
| dce\_url | _Required_ - Data Collection Endpoint(DCE) URL. ||
3535
| dcr\_id | _Required_ - Data Collection Rule (DCR) immutable ID (see [this document](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/tutorial-logs-ingestion-portal#collect-information-from-the-dcr) to collect the immutable id) ||
36-
| stream\_name | _Required_ - Data Collection Rule (DCR) stream name (see [this document](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/tutorial-logs-ingestion-portal#collect-information-from-the-dcr) to collect the stream name) ||
37-
| table\_name | _Required_ - The name of the custom log table (include the `_CL` suffix as well if applicable) ||
36+
| stream\_name | _Required_ - Data Collection Rule (DCR) stream name (see [this document](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/tutorial-logs-ingestion-api)) ||
3837
| time\_key | _Optional_ - Specify the key name where the timestamp will be stored. | `@timestamp` |
3938
| time\_generated | _Optional_ - If enabled, will generate a timestamp and append it to JSON. The key name is set by the 'time_key' parameter. | `true` |
4039
| compress | _Optional_ - Enable HTTP payload gzip compression. | `true` |
@@ -83,7 +82,6 @@ Use this configuration to quickly get started:
8382
tenant_id XXXXXXXX-xxxx-yyyy-zzzz-xxxxyyyyzzzzxyzz
8483
dce_url https://log-analytics-dce-XXXX.region-code.ingest.monitor.azure.com
8584
dcr_id dcr-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
86-
table_name ladcr_CL
8785
stream_name Custom-ladcr_CL
8886
time_generated true
8987
time_key Time

0 commit comments

Comments
 (0)