Skip to content

Commit 1f0931e

Browse files
committed
Fixed broken links
1 parent f021772 commit 1f0931e

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

articles/data-explorer/lightingest.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: LightIngest
3+
description: Learn about LightIngest, a command-line utility for ad-hoc data ingestion into Kusto
4+
author: orspod
5+
ms.author: orspodek
6+
ms.reviewer: tzgitlin
7+
ms.service: data-explorer
8+
ms.topic: conceptual
9+
ms.date: 03/17/2020
10+
---
11+
112
# LightIngest
213

314
LightIngest is a command-line utility for ad-hoc data ingestion into Kusto.
@@ -6,7 +17,7 @@ The utility can pull source data from a local folder or from an Azure blob stora
617
## Prerequisites
718

819
* LightIngest - download it as part of the [Microsoft.Azure.Kusto.Tools NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Kusto.Tools/)
9-
* WinRAR - download it from [www.win-rar.com/download.html](www.win-rar.com/download.html)
20+
* WinRAR - download it from [www.win-rar.com/download.html](http://www.win-rar.com/download.html)
1021

1122
## Install LightIngest
1223

@@ -29,7 +40,7 @@ The utility can pull source data from a local folder or from an Azure blob stora
2940
>![Command line Help](media/lightingest/lightingest-cmd-line-help.png)
3041
3142
1. (Mandatory) Enter `LightIngest` followed by the connection string to the Kusto cluster that will manage the ingestion.
32-
The connection string should be enclosed in double quotes and follow the [Kusto connection strings specification](../api/connection-strings/kusto.md).
43+
The connection string should be enclosed in double quotes and follow the [Kusto connection strings specification](https://docs.microsoft.com/azure/kusto/api/connection-strings/kusto).
3344

3445
For example:
3546
```
@@ -44,17 +55,17 @@ The utility can pull source data from a local folder or from an Azure blob stora
4455
4556
|Argument name |Short name |Type |Mandatory |Description |
4657
|----------------------|-------------|--------|----------|-------------------------------------------|
47-
| | |string |Mandatory |[Kusto Connection String](../api/connection-strings/kusto.md) specifying the Kusto endpoint that will handle the ingestion. Should be enclosed in double quotes |
58+
| | |string |Mandatory |[Kusto Connection String](https://docs.microsoft.com/azure/kusto/api/connection-strings/kusto) specifying the Kusto endpoint that will handle the ingestion. Should be enclosed in double quotes |
4859
|-database |-db |string |Optional |Target Kusto database name |
4960
|-table | |string |Mandatory |Target Kusto table name |
5061
|-sourcePath |-source |string |Mandatory |Path to source files or root URI of the blob container. If the data is in blobs, must contain storage account key or SAS. Recommended to enclose in double quotes |
5162
|-prefix | |string |Optional |When the source data to ingest resides on blob storage, this URL prefix is shared by all blobs, excluding the container name. For example, if the data is in `MyContainer/Dir1/Dir2`, then the prefix should be `Dir1/Dir2`. Enclosing in double quotes is recommended |
5263
|-pattern | |string |Optional |Pattern by which source files/blobs are picked. Supports wildcards. For example, `"*.csv"`. Recommended to enclose in double quotes |
53-
|-format |-f |string |Optional |Source data format. Must be one of the [supported formats](../management/data-ingestion/index.md#supported-data-formats) |
54-
|-ingestionMappingPath |-mappingPath |string |Optional |Path to ingestion column-mapping file (mandatory for Json and Avro formats). See [data mappings](../management/mappings.md) |
55-
|-ingestionMappingRef |-mappingRef |string |Optional |Name of a pre-created ingestion column mapping (mandatory for Json and Avro formats). See [data mappings](../management/mappings.md) |
64+
|-format |-f |string |Optional |Source data format. Must be one of the [supported formats](https://docs.microsoft.com/azure/kusto/management/data-ingestion/#supported-data-formats) |
65+
|-ingestionMappingPath |-mappingPath |string |Optional |Path to ingestion column-mapping file (mandatory for Json and Avro formats). See [data mappings](https://docs.microsoft.com/azure/kusto/management/mappings) |
66+
|-ingestionMappingRef |-mappingRef |string |Optional |Name of a pre-created ingestion column mapping (mandatory for Json and Avro formats). See [data mappings](https://docs.microsoft.com/azure/kusto/management/mappings) |
5667
|-ignoreFirstRow |-ignoreFirst |bool |Optional |If set, the first record of each file/blob is ignored (for example, if the source data has headers) |
57-
|-tag | |string |Optional |[Tags](../management/extents-overview.md#extent-tagging) to associate with the ingested data. Multiple occurrences are permitted |
68+
|-tag | |string |Optional |[Tags](https://docs.microsoft.com/azure/kusto/management/extents-overview#extent-tagging) to associate with the ingested data. Multiple occurrences are permitted |
5869
|-dontWait | |bool |Optional |If set to 'true', does not wait for ingestion completion. Useful when ingesting large amounts of files/blobs |
5970
6071
### Additional arguments for advanced scenarios

0 commit comments

Comments
 (0)