@@ -100,6 +100,8 @@ When used with Azure blobs, `LightIngest` will use certain blob metadata propert
100
100
101
101
## Usage examples
102
102
103
+ <!-- Waiting for Tzvia or Vladik to rewrite the instructions for this example before publishing it
104
+
103
105
### Ingesting a specific number of blobs in JSON format
104
106
105
107
* 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
110
112
To use the LightIngest command below:
111
113
1. Create a table command and enter the table name into the LightIngest command, replacing `SampleData`.
112
114
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 }`.
115
117
1. Replace `{Account}` with your account name and replace `{ROOT_CONTAINER}?{SAS token}` with the appropriate information.
116
118
117
119
```
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"
119
121
-db:{Database name}
120
122
-table:SampleData
121
123
-source:"https://{Account}.blob.core.windows.net/{ROOT_CONTAINER}?{SAS token}"
@@ -131,6 +133,7 @@ To use the LightIngest command below:
131
133
132
134
1. In Azure Data Explorer, open query count.
133
135

136
+ -->
134
137
135
138
### Ingesting blobs using a storage account key or a SAS token
136
139
@@ -140,7 +143,7 @@ To use the LightIngest command below:
140
143
* Note the different options for specifying the target database and storage account key vs. SAS token
141
144
142
145
```
143
- LightIngest.exe "https://ingest-{clusterAndRegion }.kusto.windows.net;Fed=True "
146
+ LightIngest.exe "https://ingest-{ClusterAndRegion }.kusto.windows.net;Fed=True "
144
147
-database: DB
145
148
-table: TABLE
146
149
-source:"https://ACCOUNT.blob.core.windows.net/{ROOT_CONTAINER};{StorageAccountKey} "
@@ -150,7 +153,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
150
153
-mappingRef: MAPPING
151
154
-limit:10
152
155
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"
154
157
-table: TABLE
155
158
-source:"https://ACCOUNT.blob.core.windows.net/{ROOT_CONTAINER}?{SAS token}"
156
159
-prefix:"DIR"
@@ -168,7 +171,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True;In
168
171
* The tool will post the data for ingestion and won't wait for the ingest operations to complete
169
172
170
173
```
171
- LightIngest.exe "https://ingest-{clusterAndRegion }.kusto.windows.net;Fed=True "
174
+ LightIngest.exe "https://ingest-{ClusterAndRegion }.kusto.windows.net;Fed=True "
172
175
-database: DB
173
176
-table: TABLE
174
177
-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"
186
189
* The tool will post the data for ingestion and won't wait for the ingest operations to complete
187
190
188
191
```
189
- LightIngest.exe "https://ingest-{clusterAndRegion }.kusto.windows.net;Fed=True "
192
+ LightIngest.exe "https://ingest-{ClusterAndRegion }.kusto.windows.net;Fed=True "
190
193
-database: DB
191
194
-table: TABLE
192
195
-source:"PATH"
@@ -203,7 +206,7 @@ LightIngest.exe "https://ingest-{clusterAndRegion}.kusto.windows.net;Fed=True"
203
206
* Diagnostics trace files will be written locally under folder `LOGS_PATH`
204
207
205
208
```
206
- LightIngest.exe "https://ingest-{clusterAndRegion }.kusto.windows.net;Fed=True "
209
+ LightIngest.exe "https://ingest-{ClusterAndRegion }.kusto.windows.net;Fed=True "
207
210
-database: DB
208
211
-table: TABLE
209
212
-source:"PATH"
0 commit comments