Skip to content

Commit a0409e7

Browse files
committed
Commented out a section on Vladik's request
1 parent b51bc4c commit a0409e7

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/data-explorer/lightingest.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ When used with Azure blobs, `LightIngest` will use certain blob metadata propert
100100
101101
## Usage examples
102102
103+
<!-- Waiting for Tzvia or Vladik to rewrite the instructions for this example before publishing it
104+
103105
### Ingesting a specific number of blobs in JSON format
104106
105107
* Ingest two blobs under a specified storage account {Account}, in `JSON` format matching the pattern `.json`
@@ -110,12 +112,12 @@ When used with Azure blobs, `LightIngest` will use certain blob metadata propert
110112
To use the LightIngest command below:
111113
1. Create a table command and enter the table name into the LightIngest command, replacing `SampleData`.
112114
1. Create a mapping command and enter the IngestionMappingRef command, replacing `SampleData_mapping`.
113-
1. Copy your cluster name and enter it into the LightIngest command, replacing `{Cluster Name and Region}`.
114-
1. Enter the database name into the LightIngest command, replacing `{Database}`.
115+
1. Copy your cluster name and enter it into the LightIngest command, replacing `{ClusterandRegion}`.
116+
1. Enter the database name into the LightIngest command, replacing `{Database name}`.
115117
1. Replace `{Account}` with your account name and replace `{ROOT_CONTAINER}?{SAS token}` with the appropriate information.
116118
117119
```
118-
LightIngest "Data Source=https://{Cluster name and region}kusto.windows.net;AAD Federated Security=True"
120+
LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True"
119121
-db:{Database name}
120122
-table:SampleData
121123
-source:"https://{Account}.blob.core.windows.net/{ROOT_CONTAINER}?{SAS token}"
@@ -131,6 +133,7 @@ To use the LightIngest command below:
131133
132134
1. In Azure Data Explorer, open query count.
133135
![Injestion result in Azure Data Explorer](media/lightingest/lightingest-showfailure-count.png)
136+
-->
134137
135138
### Ingesting blobs using a storage account key or a SAS token
136139
@@ -140,7 +143,7 @@ To use the LightIngest command below:
140143
* Note the different options for specifying the target database and storage account key vs. SAS token
141144
142145
```
143-
LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
146+
LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True"
144147
-database:DB
145148
-table:TABLE
146149
-source:"https://ACCOUNT.blob.core.windows.net/{ROOT_CONTAINER};{StorageAccountKey}"
@@ -150,7 +153,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
150153
-mappingRef:MAPPING
151154
-limit:10
152155

153-
LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True;Initial Catalog=DB"
156+
LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True;Initial Catalog=DB"
154157
-table:TABLE
155158
-source:"https://ACCOUNT.blob.core.windows.net/{ROOT_CONTAINER}?{SAS token}"
156159
-prefix:"DIR"
@@ -168,7 +171,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True;In
168171
* The tool will post the data for ingestion and won't wait for the ingest operations to complete
169172
170173
```
171-
LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
174+
LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True"
172175
-database:DB
173176
-table:TABLE
174177
-source:"https://ACCOUNT.blob.core.windows.net/{ROOT_CONTAINER}?{SAS token}"
@@ -186,7 +189,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
186189
* The tool will post the data for ingestion and won't wait for the ingest operations to complete
187190
188191
```
189-
LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
192+
LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True"
190193
-database:DB
191194
-table:TABLE
192195
-source:"PATH"
@@ -203,7 +206,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
203206
* Diagnostics trace files will be written locally under folder `LOGS_PATH`
204207
205208
```
206-
LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
209+
LightIngest.exe "https://ingest-{ClusterAndRegion}.kusto.windows.net;Fed=True"
207210
-database:DB
208211
-table:TABLE
209212
-source:"PATH"

0 commit comments

Comments
 (0)