Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 6 additions & 3 deletions data-explorer/kusto-tocs/management/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ items:
href: /kusto/management/external-tables-azure-storage?view=azure-data-explorer&preserve-view=true
- name: Create or alter delta external table
href: /kusto/management/external-tables-delta-lake?view=azure-data-explorer&preserve-view=true
- name: .show external table details
href: /kusto/management/show-external-tables-details?view=azure-data-explorer&preserve-view=true
- name: Manage external table mappings
items:
- name: .alter external table mapping command
Expand Down Expand Up @@ -541,9 +543,10 @@ items:
- name: .show table policy mirroring command
href: /kusto/management/show-table-mirroring-policy-command?view=azure-data-explorer&preserve-view=true
displayName: .show table mirroring policy
- name: .show table operations mirroring-status command
href: /kusto/management/show-table-operations-mirroring-status-command?view=azure-data-explorer&preserve-view=true
displayName: .show table mirroring status operations
- name: .show database operations mirroring-statistics
href: /kusto/management/show-database-operations-mirroring-statistics?view=azure-data-explorer&preserve-view=true
- name: .show table operations mirroring-statistics
href: /kusto/management/show-table-operations-mirroring-statistics?view=azure-data-explorer&preserve-view=true
- name: .show table operations mirroring-exported-artifacts command
href: /kusto/management/show-table-operations-mirroring-exported-artifacts-command?view=azure-data-explorer&preserve-view=true
displayName: .show table mirroring operations exported artifacts
Expand Down
99 changes: 58 additions & 41 deletions data-explorer/kusto-tocs/query/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,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_access_cf_fl()
displayName: functions library, security, cybersecurity, anomaly detection, access pattern, collaborative filtering, cyber, detect anomalous access
href: /kusto/functions-library/detect-anomalous-access-cf-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
Expand Down Expand Up @@ -370,6 +373,9 @@ items:
- name: project-away operator
href: /kusto/query/project-away-operator?view=azure-data-explorer&preserve-view=true
displayName: project away project_away
- name: project-by-names operator
href: /kusto/query/project-by-names-operator?view=azure-data-explorer&preserve-view=true
displayName: project by names project_by_names
- name: project-keep operator
href: /kusto/query/project-keep-operator?view=azure-data-explorer&preserve-view=true
displayName: project keep project_keep
Expand Down Expand Up @@ -798,6 +804,9 @@ items:
- name: column_ifexists()
displayName: columnifexists() column if exists
href: /kusto/query/column-ifexists-function?view=azure-data-explorer&preserve-view=true
- name: column_names_of()
displayName: columnnamesof() column names of
href: /kusto/query/column-names-of-function?view=azure-data-explorer&preserve-view=true
- name: convert_angle()
displayName: convert_angle() convert angle
href: /kusto/query/convert-angle-function?view=azure-data-explorer&preserve-view=true
Expand Down Expand Up @@ -1464,49 +1473,57 @@ items:
href: /kusto/query/variancepif-aggregation-function?view=azure-data-explorer&preserve-view=true
- name: Graph
items:
- name: Graph overview
href: /kusto/query/graph-semantics-overview?view=azure-data-explorer&preserve-view=true
- name: Graph best practices
href: /kusto/query/graph-best-practices?view=azure-data-explorer&preserve-view=true
- name: Graph scenarios
href: /kusto/query/graph-scenarios?view=azure-data-explorer&preserve-view=true
- name: Graph operators
- name: Start here
items:
- name: Graph operators overview
href: /kusto/query/graph-operators?view=azure-data-explorer&preserve-view=true
- name: make-graph
href: /kusto/query/make-graph-operator?view=azure-data-explorer&preserve-view=true
- name: graph-match
href: /kusto/query/graph-match-operator?view=azure-data-explorer&preserve-view=true
- name: graph-to-table
href: /kusto/query/graph-to-table-operator?view=azure-data-explorer&preserve-view=true
- name: graph-shortest-paths
href: /kusto/query/graph-shortest-paths-operator?view=azure-data-explorer&preserve-view=true
- name: graph-mark-components
href: /kusto/query/graph-mark-components-operator?view=azure-data-explorer&preserve-view=true
- name: Graph functions
- name: Graph semantics overview
href: /kusto/query/graph-semantics-overview?view=azure-data-explorer&preserve-view=true
- name: Graph sample data
href: /kusto/query/graph-sample-data?view=azure-data-explorer&preserve-view=true
- name: Graph exploration basics
href: /kusto/query/graph-exploration-basics?view=azure-data-explorer&preserve-view=true
- name: Reference
items:
- name: all()
displayName: all() graph function
href: /kusto/query/all-graph-function?view=azure-data-explorer&preserve-view=true
- name: any()
displayName: any() graph function
href: /kusto/query/any-graph-function?view=azure-data-explorer&preserve-view=true
- name: map()
displayName: map() graph function
href: /kusto/query/map-graph-function?view=azure-data-explorer&preserve-view=true
- name: inner_nodes()
displayName: inner nodes() graph function, inner nodes
href: /kusto/query/inner-nodes-graph-function?view=azure-data-explorer&preserve-view=true
- name: labels()
displayName: labels() graph function, labels
href: /kusto/query/labels-graph-function?view=azure-data-explorer&preserve-view=true
- name: node_degree_in()
displayName: graph, node, Node degree in node_degree_in, indegree node_degree_in
href: /kusto/query/node-degree-in?view=azure-data-explorer&preserve-view=true
- name: node_degree_out()
displayName: graph, node, Node degree out node_degree_out, outdegree node_degree_out
href: /kusto/query/node-degree-out?view=azure-data-explorer&preserve-view=true
- name: Operators
items:
- name: Graph operators overview
href: /kusto/query/graph-operators?view=azure-data-explorer&preserve-view=true
- name: make-graph
href: /kusto/query/make-graph-operator?view=azure-data-explorer&preserve-view=true
- name: graph-match
href: /kusto/query/graph-match-operator?view=azure-data-explorer&preserve-view=true
- name: graph-to-table
href: /kusto/query/graph-to-table-operator?view=azure-data-explorer&preserve-view=true
- name: graph-shortest-paths
href: /kusto/query/graph-shortest-paths-operator?view=azure-data-explorer&preserve-view=true
- name: graph-mark-components
href: /kusto/query/graph-mark-components-operator?view=azure-data-explorer&preserve-view=true
- name: Functions
items:
- name: all()
displayName: all() graph function
href: /kusto/query/all-graph-function?view=azure-data-explorer&preserve-view=true
- name: any()
displayName: any() graph function
href: /kusto/query/any-graph-function?view=azure-data-explorer&preserve-view=true
- name: map()
displayName: map() graph function
href: /kusto/query/map-graph-function?view=azure-data-explorer&preserve-view=true
- name: inner_nodes()
displayName: inner nodes() graph function, inner nodes
href: /kusto/query/inner-nodes-graph-function?view=azure-data-explorer&preserve-view=true
- name: labels()
displayName: labels() graph function, labels
href: /kusto/query/labels-graph-function?view=azure-data-explorer&preserve-view=true
- name: node_degree_in()
displayName: graph, node, Node degree in node_degree_in, indegree node_degree_in
href: /kusto/query/node-degree-in?view=azure-data-explorer&preserve-view=true
- name: node_degree_out()
displayName: graph, node, Node degree out node_degree_out, outdegree node_degree_out
href: /kusto/query/node-degree-out?view=azure-data-explorer&preserve-view=true
- name: Scenarios
href: /kusto/query/graph-scenarios?view=azure-data-explorer&preserve-view=true
- name: Best practices
href: /kusto/query/graph-best-practices?view=azure-data-explorer&preserve-view=true
- name: Geospatial
items:
- name: Geospatial clustering
Expand Down