Skip to content

Commit

Permalink
Note a limitation in Basic Sync Rules (elastic#116859)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstory authored Nov 18, 2024
1 parent 73348a3 commit f55e5d0
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit f55e5d0

Please sign in to comment.