Skip to content
Merged
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
6 changes: 6 additions & 0 deletions docs/reference/connector/docs/sync-rules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ A "match" is determined based on a condition defined by a combination of "field"

The `Field` column should be used to define which field on a given document should be considered.

[NOTE]
====
Only top-level fields are supported.
Nested/object fields cannot be referenced with "dot notation".
====

The following rules are available in the `Rule` column:

* `equals` - The field value is equal to the specified value.
Expand Down
Loading