Skip to content

Commit 1a9da76

Browse files
committed
Fixes based on reviewer comments
1 parent a0409e7 commit 1a9da76

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

articles/data-explorer/lightingest.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.date: 03/17/2020
1010
---
1111

12-
# LightIngest
12+
# Install and use LightIngest
1313

1414
LightIngest is a command-line utility for ad-hoc data ingestion into Azure Data Explorer.
1515
The utility can pull source data from a local folder or from an Azure blob storage container.
@@ -29,7 +29,7 @@ The utility can pull source data from a local folder or from an Azure blob stora
2929
1. Navigate to the extracted *tools* directory on your computer.
3030
1. Delete the existing location information from the location bar.
3131

32-
![Delete location information](media/lightingest/lightingest-locationbar.png)
32+
![Delete location information](media/lightingest/lightingest-location-bar.png)
3333

3434
1. Enter `cmd` and press **Enter**.
3535
1. At the command prompt, enter `LightIngest.exe` followed by the relevant command-line argument.
@@ -93,6 +93,7 @@ For example, if blob names end with 'historicalvalues19840101.parquet' (the time
9393
9494
## Blob metadata properties
9595
When used with Azure blobs, `LightIngest` will use certain blob metadata properties to augment the ingestion process.
96+
9697
|Metadata property | Usage |
9798
|---------------------------------------------|---------------------------------------------------------------------------------|
9899
|`rawSizeBytes`, `kustoUncompressedSizeBytes` | If set, will be interpreted as the uncompressed data size |
@@ -128,11 +129,10 @@ To use the LightIngest command below:
128129
-cr:10.0
129130
-dontWait:true
130131
```
131-
132-
![Injestion result](media/lightingest/lightingest-cmd-line-result.png)
133-
132+
134133
1. In Azure Data Explorer, open query count.
135-
![Injestion result in Azure Data Explorer](media/lightingest/lightingest-showfailure-count.png)
134+
135+
![Injestion result in Azure Data Explorer](media/lightingest/lightingest-show-failure-count.png)
136136
-->
137137
138138
### Ingesting blobs using a storage account key or a SAS token
@@ -218,4 +218,4 @@ LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True"
218218
## Changelog
219219
|Version |Changes |
220220
|---------------|------------------------------------------------------------------------------------|
221-
|4.0.9.0 |<ul><li>Added `-zipPattern` argument</li><li>Added `-listOnly` argument</li><li>Arguments summary is displayed before run is commenced</li><li>CreationTime is read from blob metadata properties or from blob or file name, according to the `-creationTimePattern` argument</li></ul>|
221+
|4.0.9.0 |<ul><li>Added `-zipPattern` argument</li><li>Added `-listOnly` argument</li><li>Arguments summary is displayed before run is commenced</li><li>CreationTime is read from blob metadata properties or from blob or file name, according to the `-creationTimePattern` argument</li></ul>|
8.21 KB
Loading
141 KB
Loading
101 KB
Loading

articles/data-explorer/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
href: ingest-data-one-click.md
6161
- name: Streaming ingestion
6262
href: ingest-data-streaming.md
63-
- name: LightIngest
63+
- name: Install and use LightIngest
6464
href: lightingest.md
6565
- name: Event Hub
6666
items:

0 commit comments

Comments
 (0)