mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Note a limitation in Basic Sync Rules (#116859)
This commit is contained in:
parent
73348a327b
commit
f55e5d020b
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue