Skip to content
Merged
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
1 change: 1 addition & 0 deletions data-explorer/lightingest.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ To run LightIngest:
| -table | `string` | The target Azure Data Explorer table name. | :heavy_check_mark: |
| -sourcePath, -source | `string` | The location of the source data, which can be either a local file path, the root URI of an Azure blob container, or the URI of an Amazon S3 bucket. If the data is stored in Azure blobs, the URI must include the storage account key or Shared Access Signature (SAS). If the data is in an S3 bucket, the URI must include the credential key. We recommend enclosing this value in double quotes. For more information, see [Storage connection strings](/kusto/api/connection-strings/storage-connection-strings?view=azure-data-explorer&preserve-view=true). Pass *-sourcePath:;impersonate* to list Azure storage items with user permissions (user prompt authorization). | :heavy_check_mark: |
| -managedIdentity, -mi | `string` | Client ID of the managed identity (user-assigned or system-assigned) to use for connecting. Use "system" for system-assigned identity. | |
| -azCli | `bool` | If set, uses the Azure CLI to authenticate to the Kusto service. The Azure CLI must be installed and logged in. | |
| -ingestWithManagedIdentity, -ingestmi | `string` | Client ID of the managed identity (user-assigned or system-assigned) installed on the Kusto service to download from storage. Use "system" for system-assigned identity. | |
| -connectToStorageWithManagedIdentity, -storageMi | `string` | Client ID of the managed identity (user-assigned or system-assigned) installed on the client side to list from storage. | |
| -connectToStorageWithUserAuth, -storageUserAuth | `string` | Authenticate to the data source storage service with user credentials. The options for this value are `PROMPT` or `DEVICE_CODE`. | |
Expand Down