Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
54f5c65
toc
mjosephym Dec 22, 2024
4b34298
edit
mjosephym Dec 22, 2024
28e488c
edit
mjosephym Dec 22, 2024
384a5c1
edit
mjosephym Dec 22, 2024
d007034
Update data-explorer/kusto/query/database-cursor.md
shsagir Jan 6, 2025
36be115
Update data-explorer/kusto/query/database-cursor.md
shsagir Jan 6, 2025
ee8fe0e
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
mjosephym Jan 6, 2025
6ce33dc
commands
mjosephym Jan 6, 2025
17baf2c
Merge branch '351763-kql-toc' of https://github.com/mjosephym/dataexp…
mjosephym Jan 7, 2025
0941365
edits
mjosephym Jan 7, 2025
cd56de4
datatable syntax, clarification
mjosephym Jan 7, 2025
30b2ad1
simpler example
mjosephym Jan 7, 2025
177c71d
edit
mjosephym Jan 7, 2025
ece383c
stops
mjosephym Jan 7, 2025
3a5c21e
edits
mjosephym Jan 7, 2025
bde8210
Merge pull request #6502 from mjosephym/321228-kql-datatable
prmerger-automator[bot] Jan 8, 2025
2868140
Update data-explorer/kusto/query/range-operator.md
shsagir Jan 8, 2025
d26d5b2
Merge pull request #6506 from mjosephym/341279-kql-range
v-ccolin Jan 8, 2025
256c4cd
Merge pull request #6503 from mjosephym/341283-kql-replaces-string-ex…
v-ccolin Jan 8, 2025
ff8f17b
Merge pull request #6487 from mjosephym/351763-kql-toc
PMEds28 Jan 8, 2025
0662f87
Update manage-cluster-choose-sku.md
shsagir Jan 8, 2025
c71ab23
Merge pull request #6513 from MicrosoftDocs/shsagir-patch-12
prmerger-automator[bot] Jan 8, 2025
ab279a4
Merge pull request #6517 from MicrosoftDocs/main
PMEds28 Jan 8, 2025
440552d
Merging changes synced from https://github.com/MicrosoftDocs/dataexpl…
Jan 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions data-explorer/kusto/.openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@
"redirect_url": "/kusto/management/show-table-operations-mirroring-exported-artifacts-command",
"redirect_document_id": true
},
{
"source_path": "management/database-cursor.md",
"redirect_url": "/kusto/query/database-cursor",
"redirect_document_id": true
},
{
"source_path": "management/data-ingestion/ingest-from-storage.md",
"redirect_url": "/kusto/management/data-ingestion/ingest-into-command",
"redirect_document_id": true
},

{
"source_path": "management/show-table-mirroring-operations-failures.md",
"redirect_url": "/kusto/management/show-table-operations-mirroring-failures-command",
Expand Down
6 changes: 3 additions & 3 deletions data-explorer/kusto/management/capacity-policy.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Capacity policy
description: Learn how to use the capacity policy to control the compute resources of data management operations on a cluster.
ms.reviewer: orspodek
ms.reviewer: alexans
ms.topic: reference
ms.date: 08/11/2024
ms.date: 01/06/2025
monikerRange: "azure-data-explorer"
---
# Capacity policy
Expand Down Expand Up @@ -236,7 +236,7 @@ The default capacity policy has the following JSON representation:
Kusto limits the number of concurrent requests for the following user-initiated commands:

* **Ingestions**
* This category includes commands that [ingest from storage](data-ingestion/ingest-from-storage.md), [ingest from a query](data-ingestion/ingest-from-query.md), and [ingest inline](data-ingestion/ingest-inline.md).
* This category includes commands that [ingest from storage](data-ingestion/ingest-into-command.md), [ingest from a query](data-ingestion/ingest-from-query.md), and [ingest inline](data-ingestion/ingest-inline.md).
* The limit is as defined by the [ingestion capacity](#ingestion-capacity).
* **Purges**
* The global limit is currently fixed at one per cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enable or disable continuous data export
description: This article describes how to disable or enable continuous data export.
ms.reviewer: yifats
ms.topic: reference
ms.date: 12/01/2024
ms.date: 01/06/2025
---
# Disable or enable continuous export

Expand Down Expand Up @@ -39,7 +39,7 @@ The result of the [show continuous export command](show-continuous-export.md) of

* [Continuous export overview](continuous-data-export.md)
* [External tables](../../query/schema-entities/external-tables.md)
* [Create or alter continuous export](create-alter-continuous.md)
* [Drop continuous export](drop-continuous-export.md)
* [Show continuous export](show-continuous-export.md)
* [Show continuous export failures](show-continuous-failures.md)
* [.create or alter continuous-export](create-alter-continuous.md)
* [.drop continuous-export](drop-continuous-export.md)
* [.show continuous-export](show-continuous-export.md)
* [.show continuous-export failures](show-continuous-failures.md)
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Export data to an external table
title: .export to table
description: This article describes Export data to an external table.
ms.reviewer: orspodek
ms.reviewer: alexans
ms.topic: reference
ms.date: 12/01/2024
---
# Export data to an external table
# .export to table

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down Expand Up @@ -149,5 +149,5 @@ If the command is executed asynchronously by using the `async` keyword, the outp
* [Continuous data export](continuous-data-export.md)
* [Management commands overview](../index.md)
* [External tables](../../query/schema-entities/external-tables.md)
* [Export data to SQL](export-data-to-sql.md)
* [Export data to cloud storage](export-data-to-storage.md)
* [.export to SQL](export-data-to-sql.md)
* [.export to storage](export-data-to-storage.md)
12 changes: 6 additions & 6 deletions data-explorer/kusto/management/data-export/export-data-to-sql.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Export data to SQL
title: .export to SQL
description: This article describes Export data to SQL.
ms.reviewer: orspodek
ms.reviewer: alexans
ms.topic: reference
ms.date: 12/01/2024
---
# Export data to SQL
# .export to SQL

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down Expand Up @@ -124,6 +124,6 @@ The target table is created if it doesn't exist in the target database.

* [Ingest from query](../data-ingestion/ingest-from-query.md)
* [Management commands overview](../index.md)
* [Export to an external table](export-data-to-an-external-table.md)
* [Export data to cloud storage](export-data-to-storage.md)
* [Create and alter Azure SQL external tables](../external-sql-tables.md)
* [.export to table](export-data-to-an-external-table.md)
* [.export to storage](export-data-to-storage.md)
* [Create and alter Azure SQL external tables](../external-sql-tables.md)
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Export data to cloud storage
title: .export to storage
description: Learn how to export data to cloud storage.
ms.reviewer: orspodek
ms.reviewer: alexans
ms.topic: reference
ms.date: 12/01/2024
ms.date: 01/06/2025
---
# Export data to cloud storage
# .export to storage

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand All @@ -32,7 +32,7 @@ You must have at least [Database Viewer](../../access-control/role-based-access-
| *PropertyName*, *PropertyValue* | `string` | | A comma-separated list of key-value property pairs. See [supported properties](#supported-properties).|

> [!NOTE]
> We highly recommended exporting data to storage that is co-located in the same region as the database itself. This includes data that is exported so it can be transferred to another cloud service in other regions. Writes should be done locally, while reads can happen remotely.
> We highly recommended exporting data to storage that is colocated in the same region as the database itself. This includes data that is exported so it can be transferred to another cloud service in other regions. Writes should be done locally, while reads can happen remotely.

## Supported properties

Expand Down Expand Up @@ -187,8 +187,8 @@ On export, Kusto data types are mapped to Parquet data types using the following

## Related content

* [Continuous data export](continuous-data-export.md)
* [Ingest from storage](../data-ingestion/ingest-from-storage.md)
* [Management commands overview](../index.md)
* [Export to an external table](export-data-to-an-external-table.md)
* [Export to a SQL table](export-data-to-sql.md)
* [.continuous data export](continuous-data-export.md)
* [.ingest into](../data-ingestion/ingest-into-command.md)
* [.export to table](export-data-to-an-external-table.md)
* [.export to SQL](export-data-to-sql.md)
15 changes: 8 additions & 7 deletions data-explorer/kusto/management/data-ingestion/ingest-inline.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: The ingest inline command (push)
description: This article describes the .ingest inline command (push).
ms.reviewer: orspodek
title: .ingest inline command (push)
description: This article describes the `.ingest` `inline` command (push).
ms.reviewer: alexans
ms.topic: reference
ms.date: 08/11/2024
ms.date: 01/07/2025
---
# .ingest inline command (push)

Expand Down Expand Up @@ -33,7 +33,7 @@ You must have at least [Table Ingestor](../../access-control/role-based-access-c

| Name | Type | Required | Description |
|--|--|--|--|
| *TableName* | `string` | :heavy_check_mark: | The name of the table into which to ingest data. The table name is always relative to the database in context, and its schema is the schema that will be assumed for the data if no schema mapping object is provided.|
| *TableName* | `string` | :heavy_check_mark: | The name of the table into which to ingest data. The table name is always relative to the database in context. Its schema is the default schema assumed for the data if no schema mapping object is provided.|
| *Data* | `string` | :heavy_check_mark: | The data content to ingest. Unless otherwise modified by the ingestion properties, this content is parsed as CSV.|
| *IngestionPropertyName*, *IngestionPropertyValue* | `string` | | Any number of [ingestion properties](../../ingestion-properties.md) that affect the ingestion process.|

Expand All @@ -49,7 +49,7 @@ with an empty (zero-valued) extent ID.

|Name |Type |Description |
|-----------|----------|--------------------------------------------------------------------------|
|ExtentId |`guid` |The unique identifier for the data shard that was generated by the command|
|ExtentId |`guid` |The unique identifier for the data shard that's generated by the command.|

## Examples

Expand Down Expand Up @@ -77,5 +77,6 @@ The following command ingests data into a table `Logs` with two columns: `Date`

## Related content

* [Ingest from storage](ingest-from-storage.md)
* [Data formats supported for ingestion](../../ingestion-supported-formats.md)
* [.ingest into (pull data from storage)](ingest-into-command.md)
* [Ingest from query](ingest-from-query.md)
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Kusto.ingest into command (pull data from storage)
title: .ingest into command (pull data from storage)
description: This article describes The .ingest into command (pull data from storage).
ms.reviewer: orspodek
ms.reviewer: alexans
ms.topic: reference
ms.date: 11/25/2024
---
# Ingest from storage
# .ingest into

> [!INCLUDE [applies](../../includes/applies-to-version/applies.md)] [!INCLUDE [fabric](../../includes/applies-to-version/fabric.md)] [!INCLUDE [azure-data-explorer](../../includes/applies-to-version/azure-data-explorer.md)]

Expand Down Expand Up @@ -139,7 +139,7 @@ The following example ingests a single file from Amazon S3 using a [preSigned UR
## Related content

* [Data formats supported for ingestion](../../ingestion-supported-formats.md)
* [Inline ingestion](ingest-inline.md)
* [.ingest inline](ingest-inline.md)
* [Ingest from query (.set, .append, .set-or-append, .set-or-replace)](ingest-from-query.md)
* [.show ingestion failures command](../ingestion-failures.md)
* [.show ingestion mapping](../show-ingestion-mapping-command.md)
24 changes: 11 additions & 13 deletions data-explorer/kusto/management/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -808,17 +808,17 @@ items:
href: ../ingestion-supported-formats.md
- name: Ingestion properties
href: ../ingestion-properties.md
- name: Ingest from storage
- name: .ingest-into
displayName: .ingest into, pull data, pulling ingestion
href: data-ingestion/ingest-from-storage.md
href: data-ingestion/ingest-into-command.md
- name: Ingest from query
items:
- name: Ingest from query
displayName: .set, .append, .set-or-append, .set-or-replace, add row, append
href: data-ingestion/ingest-from-query.md
- name: cancel operation command
- name: .cancel operation command
href: cancel-operation-command.md
- name: Inline ingestion
- name: .ingest inline command
displayName: .ingest inline
href: data-ingestion/ingest-inline.md
- name: Streaming ingestion
Expand All @@ -838,17 +838,17 @@ items:
- name: .show streamingingestion failures command
displayName: .show streaming ingestion failures
href: streaming-ingestion-failures.md
- name: Data operations
- name: .show data operations command
displayName: .show data operation command
href: show-data-operations.md
- name: Data export
href: data-export/index.md
items:
- name: To cloud storage
- name: .export to storage
href: data-export/export-data-to-storage.md
- name: To an external table
- name: .export totable
href: data-export/export-data-to-an-external-table.md
- name: To an SQL table
- name: .export to SQL
href: data-export/export-data-to-sql.md
- name: Continuous data export
items:
Expand All @@ -868,8 +868,6 @@ items:
href: data-export/show-continuous-artifacts.md
- name: .show continuous-export failures
href: data-export/show-continuous-failures.md
- name: Database cursors
href: database-cursor.md
- name: Plugin commands
items:
- name: .show plugins command
Expand Down Expand Up @@ -897,7 +895,7 @@ items:
items:
- name: Estimate table size
href: estimate-table-size.md
- name: Journal
- name: .show journal commands
href: journal.md
- name: Operations
items:
Expand Down Expand Up @@ -926,7 +924,7 @@ items:
href: show-table-data-statistics.md
- name: Advanced data management
items:
- name: Clear cached external artifacts
- name: .clear cluster cache external-artifacts command
href: clear-external-artifacts-cache-command.md
- name: Delete data
href: ../concepts/delete-data.md
Expand All @@ -936,7 +934,7 @@ items:
items:
- name: Soft delete overview
href: ../concepts/data-soft-delete.md
- name: Soft delete command
- name: .delete table records - soft delete command
href: soft-delete-command.md
- name: Extents (data shards)
items:
Expand Down
Loading
Loading