diff --git a/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md b/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md index fc7ab69891..2976c0c2dd 100644 --- a/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md +++ b/data-explorer/kusto/management/data-ingestion/queued-ingestion-use-case.md @@ -33,8 +33,7 @@ Make sure to include a SAS token or use a managed identity to grant the service ```kusto .ingest-from-storage-queued into table database('TestDatabase').Logs -EnableTracking=true -with (format='csv') +with (format='csv', enableTracking=true) <| 'https://sample.blob.core.windows.net/sample/test_*csv?...' ``` @@ -220,7 +219,7 @@ You can [cancel the ingestion](#cancel-ingestion), if necessary. ### Perform your full ingestion -By running the queued ingestion commands on a sample, you discovered the problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete. +By running queued ingestion commands on a sample, you can discover problems your ingestion might encounter. Now that you fixed them, you're ready to ingest all your historical data and wait for the full ingestion to complete. ### Cancel ingestion diff --git a/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md b/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md index 4107723d8d..506052acb0 100644 --- a/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md +++ b/data-explorer/kusto/management/materialized-views/materialized-views-monitoring.md @@ -74,7 +74,7 @@ If the `MaterializedViewAge` metric constantly increases, and the `MaterializedV { "RequestLimitsPolicy": { "MaxMemoryPerQueryPerNode": { - "Value": 68719241216 + "Value": 68718888960 } } }