Skip to content

Commit 343903f

Browse files
authored
docs: outputs: azure_logs_ingestion: add auth_url configuration parameter (#2545)
1 parent 59a51db commit 343903f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pipeline/outputs/azure_logs_ingestion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ To get more details about how to set up these components, refer to the following
2525

2626
| Key | Description | Default |
2727
| :------------ | :------------------------- | :------ |
28+
| `auth_url` | Override the `OAuth 2.0` token endpoint URL. Must use HTTPS, or HTTP only with a `loopback` address (`localhost` or `127.0.0.1`). When set, `tenant_id` is optional. | _none_ |
2829
| `client_id` | The client ID of the AAD application. | _none_ |
2930
| `client_secret` | 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)). | _none_ |
3031
| `compress` | Optional. Enable HTTP payload gzip compression. | `false` |
3132
| `dce_url` | Data Collection Endpoint (DCE) URL. | _none_ |
3233
| `dcr_id` | Data Collection Rule (DCR) [immutable ID](https://learn.microsoft.com/en-us/azure/azure-monitor/logs/tutorial-logs-ingestion-portal#collect-information-from-the-dcr). | _none_ |
3334
| `table_name` | The name of the custom log table (include the `_CL` suffix as well if applicable). | _none_ |
34-
| `tenant_id` | The tenant ID of the Azure Active Directory (AAD) application. | _none_ |
35+
| `tenant_id` | The tenant ID of the Azure Active Directory (AAD) application. Not required when `auth_url` is set. | _none_ |
3536
| `time_generated` | Optional. If enabled, the timestamp appended under `time_key` is formatted as an ISO 8601 string. If disabled, it's a floating-point number representing seconds since Unix epoch. | `false` |
3637
| `time_key` | Optional. Specify the key name where the timestamp will be stored. | `@timestamp` |
3738
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |

0 commit comments

Comments
 (0)