Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pipeline/outputs/azure_kusto.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ By default, Kusto will insert incoming ingestion data into a table by inferring
| `unify_tag` | Optional. This creates a single buffer file when the buffering mode is `On`. | `On` |
| `client_id` | Required if `managed_identity_client_id` isn't set. The client ID of the AAD registered application. | _none_ |
| `client_secret` | Set the client secret (Application Password) of the AAD application used for authentication. | _none_ |
| `cloud_name` | Set the Azure cloud environment. Supported values: `AzureCloud` (default), `AzureChinaCloud`, `AzureUSGovernmentCloud`. For private clouds, set `cloud_login_host`, `cloud_kusto_scope`, and `cloud_kusto_resource` instead. | `AzureCloud` |
| `cloud_login_host` | Custom OAuth login host for private/sovereign clouds (for example, `login.microsoftonline.eaglex.ic.gov`). When set, `cloud_kusto_scope` and `cloud_kusto_resource` must also be provided. | _none_ |
| `cloud_kusto_scope` | Custom Kusto OAuth scope for private/sovereign clouds (for example, `https://help.kusto.core.eaglex.ic.gov/.default`). When set, `cloud_login_host` and `cloud_kusto_resource` must also be provided. | _none_ |
| `cloud_kusto_resource` | Custom Kusto IMDS resource URL for private/sovereign clouds (for example, `https://api.kusto.core.eaglex.ic.gov/`). When set, `cloud_login_host` and `cloud_kusto_scope` must also be provided. | _none_ |
| `compression_enabled` | If enabled, sends compressed HTTP payload (gzip) to Kusto. | `true` |
| `database_name` | The database name. | _none_ |
| `delete_on_max_upload_error` | When buffering is `true`, whether to delete the buffer file on maximum upload errors. | `false` |
Expand Down