Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f3aab9d
Tweaks
AndyKop Nov 13, 2024
e0958fa
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Nov 13, 2024
18c3a6f
Merge branch 'main' of https://github.com/AndyKop/dataexplorer-docs-pr
AndyKop Nov 21, 2024
4b94709
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Nov 24, 2024
15ac078
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Nov 25, 2024
47aaed2
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Nov 26, 2024
006a1fa
fix duplicate row
AndyKop Nov 26, 2024
91a4913
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Nov 26, 2024
241ea9d
New example
AndyKop Nov 27, 2024
a178fa8
incl both examples and intro sentence
AndyKop Nov 27, 2024
dbde74d
tweak example explanation
AndyKop Nov 27, 2024
5112f20
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Nov 27, 2024
81474ee
initialize doc
YaelSchuster Nov 27, 2024
896add8
add new function
YaelSchuster Nov 27, 2024
c8a69b5
text tweaks after review
AndyKop Nov 28, 2024
0e02f27
Merge branch 'main' of https://github.com/MicrosoftDocs/dataexplorer-…
AndyKop Dec 1, 2024
cfca973
Improved examples
AndyKop Dec 1, 2024
ade8746
updated example link
AndyKop Dec 1, 2024
d9baaea
Update data-explorer/kusto/query/parse-version-function.md
shsagir Dec 2, 2024
c3aae1a
improve intro sentence
AndyKop Dec 2, 2024
cd62d64
Merge branch 'wi-341282-parse-version-examples' of https://github.com…
AndyKop Dec 2, 2024
a553f3f
Update data-explorer/kusto/query/parse-version-function.md
AndyKop Dec 2, 2024
ea2a645
Apply suggestions from code review
YaelSchuster Dec 2, 2024
648f7fd
Update data-explorer/kusto/functions-library/graph-path-discovery-fl.md
YaelSchuster Dec 2, 2024
8f7ff21
Update data-explorer/kusto/query/parse-version-function.md
AndyKop Dec 2, 2024
a466953
Update data-explorer/kusto/query/parse-version-function.md
AndyKop Dec 2, 2024
278d353
Apply suggestions from code review
YaelSchuster Dec 2, 2024
ba35589
Acrolinx
YaelSchuster Dec 2, 2024
20e80c3
Apply suggestions from code review
shsagir Dec 2, 2024
e248675
Merge pull request #6421 from YaelSchuster/graph-path-discovery
v-dirichards Dec 2, 2024
e4136e3
acrolinx
v-dirichards Dec 2, 2024
1933637
Merge pull request #6415 from AndyKop/wi-341282-parse-version-examples
v-dirichards Dec 2, 2024
a502e3c
Merge pull request #6437 from MicrosoftDocs/main
Taojunshen Dec 2, 2024
963c8ad
Merging changes synced from https://github.com/MicrosoftDocs/dataexpl…
Dec 2, 2024
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
3 changes: 2 additions & 1 deletion data-explorer/kusto/functions-library/functions-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Functions library
description: This article describes user-defined functions that extend query environment capabilities.
ms.reviewer: adieldar
ms.topic: reference
ms.date: 11/17/2024
ms.date: 11/27/2024
monikerRange: "microsoft-fabric || azure-data-explorer || azure-monitor || microsoft-sentinel"
---
# Functions library
Expand All @@ -19,6 +19,7 @@ The user-defined functions code is given in the articles. It can be used within
| Function Name | Description |
|--|--|
| [detect_anomalous_new_entity_fl()](detect-anomalous-new-entity-fl.md) | Detect the appearance of anomalous new entities in timestamped data. |
| [graph_path_discovery_fl()](graph-path-discovery-fl.md) | Discover valid paths between relevant endpoints (sources and targets) over graph data (edge and nodes).

## General functions

Expand Down
Loading
Loading