Skip to content

Commit

Permalink
WIP for new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Dec 23, 2024
1 parent 3ef21ac commit 4d4dc76
Show file tree
Hide file tree
Showing 3 changed files with 352 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/aql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Adalanche Query Language (AQL)

In order to query the internal Adalanche graph, you express your targets by issuing a search for starting nodes traversing zero to many edges and ending at a certain node.

Searches for nodes are defined more or less using LDAP query syntax, so the same options and requirements as when using eg. PowerShell with LDAP filters apply. Adalanche offers some more filters and expressions though in addition to standard AD LDAP filters.

2 changes: 2 additions & 0 deletions docs/collecting-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Collecting Data and Analyzing

Loading

0 comments on commit 4d4dc76

Please sign in to comment.