-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Adds sync to data frame transform API #44254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pinging @elastic/es-docs |
Pinging @elastic/ml-core |
|
||
`sync`:: | ||
(Optional, object) Defines the properties required to run continuously. | ||
`field`::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is another level between sync and field/delay, its "sync" -> "time" -> "field"/"delay" (see your example below)
sync defines continuous mode, time defines that the sync method is using a timestamp field in the data. In future we will have other ways to sync source and dest, e.g. for non timeseries data
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've drafted a description of that time property.
(Required, string) The date field that is used to identify new documents in | ||
the source. | ||
`delay`::: | ||
(Optional, time units) The time delay between the current time and the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we identified yesterday that we need a default value for delay, I will update this comment once we agreed on a value.
Adding prev discussion notes for visibility
The |
Thanks for the feedback @hendrikmuhs and @sophiec20 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds the sync property to the create data frame transform API reference (https://www.elastic.co/guide/en/elasticsearch/reference/master/put-data-frame-transform.html)