diff --git a/data-explorer/kusto-tocs/management/toc.yml b/data-explorer/kusto-tocs/management/toc.yml index 16321c2077..53364d1f1b 100644 --- a/data-explorer/kusto-tocs/management/toc.yml +++ b/data-explorer/kusto-tocs/management/toc.yml @@ -547,6 +547,23 @@ items: displayName: .show table partitioning policy - name: .show database extents partitioning statistics command href: /kusto/management/show-database-extents-partitioning-statistics?view=azure-data-explorer&preserve-view=true + - name: Query acceleration + items: + - name: Query acceleration policy + href: /kusto/management/query-acceleration-policy?view=azure-data-explorer&preserve-view=true + displayName: external table, delta table + - name: .alter query acceleration policy command + href: /kusto/management/alter-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true + displayName: external table, delta table + - name: .delete query acceleration policy command + href: /kusto/management/delete-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true + displayName: external table, delta table + - name: .show external table operations query acceleration statistics command + href: /kusto/management/show-external-table-operations-query-acceleration-statistics?view=azure-data-explorer&preserve-view=true + displayName: external table, delta table + - name: .show query acceleration policy command + href: /kusto/management/show-query-acceleration-policy-command?view=azure-data-explorer&preserve-view=true + displayName: external table, delta table - name: Query weak consistency items: - name: Query weak consistency policy @@ -908,6 +925,8 @@ items: items: - name: Clear cached external artifacts href: /kusto/management/clear-external-artifacts-cache-command?view=azure-data-explorer&preserve-view=true + - name: Delete data + href: /kusto/concepts/delete-data?view=azure-data-explorer&preserve-view=true - name: Data purge href: /kusto/concepts/data-purge?view=azure-data-explorer&preserve-view=true - name: Data soft delete diff --git a/data-explorer/kusto-tocs/query/toc.yml b/data-explorer/kusto-tocs/query/toc.yml index 4287a2c64d..2dec58d187 100644 --- a/data-explorer/kusto-tocs/query/toc.yml +++ b/data-explorer/kusto-tocs/query/toc.yml @@ -7,6 +7,8 @@ items: href: /kusto/query/t-sql?view=azure-data-explorer&preserve-view=true - name: Set timeout limits href: /kusto/set-timeout-limits?view=azure-data-explorer&preserve-view=true +- name: Debug KQL inline Python + href: /kusto/debug-inline-python?view=azure-data-explorer&preserve-view=true - name: Best practices for KQL queries items: - name: Best practices for KQL queries @@ -95,6 +97,9 @@ items: - name: dbscan_dynamic_fl() displayName: functions library, clustering, DBSCAN href: /kusto/functions-library/dbscan-dynamic-fl?view=azure-data-explorer&preserve-view=true + - name: detect_anomalous_new_entity_fl() + displayName: functions library, security, cybersecurity, anomaly detection, new entity, novelty, cyber, detect anomalous new entity + href: /kusto/functions-library/detect-anomalous-new-entity-fl?view=azure-data-explorer&preserve-view=true - name: factorial_fl() displayName: functions library, statistics href: /kusto/functions-library/factorial-fl?view=azure-data-explorer&preserve-view=true @@ -152,6 +157,9 @@ items: - name: plotly_anomaly_fl() displayName: functions library, Plotly, anomaly, chart, render href: /kusto/functions-library/plotly-anomaly-fl?view=azure-data-explorer&preserve-view=true + - name: plotly_gauge_fl() + displayName: functions library, Plotly, gauge, speed, chart, render + href: /kusto/functions-library/plotly-gauge-fl?view=azure-data-explorer&preserve-view=true - name: plotly_scatter3d_fl() displayName: functions library, Plotly, scatter, chart, render href: /kusto/functions-library/plotly-scatter3d-fl?view=azure-data-explorer&preserve-view=true diff --git a/data-explorer/kusto/toc.yml b/data-explorer/kusto/toc.yml index eda1eb5e65..4aac7b58c1 100644 --- a/data-explorer/kusto/toc.yml +++ b/data-explorer/kusto/toc.yml @@ -92,7 +92,7 @@ items: href: api/get-started/app-basic-query.md - name: Run management commands href: api/get-started/app-management-commands.md - - name: Queued ingestion + - name: Queue data for ingestion href: api/get-started/app-queued-ingestion.md - name: Connection strings items: diff --git a/data-explorer/toc.yml b/data-explorer/toc.yml index a8c5eca089..37576c43ca 100644 --- a/data-explorer/toc.yml +++ b/data-explorer/toc.yml @@ -570,7 +570,7 @@ items: href: /kusto/api/get-started/app-basic-query?view=azure-data-explorer&preserve-view=true - name: Run management commands href: /kusto/api/get-started/app-management-commands?view=azure-data-explorer&preserve-view=true - - name: Queued ingestion + - name: Queue data for ingestion href: /kusto/api/get-started/app-queued-ingestion?view=azure-data-explorer&preserve-view=true - name: Connection strings items: