mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
Add delayed datacheck to the datafeed job runner (#35387)
* ML: Adding missing datacheck to datafeedjob * Adding client side and docs * Making adjustments to validations * Making values default to on, having more sensible limits * Intermittent commit, still need to figure out interval * Adjusting delayed data check interval * updating docs * Making parameter Boolean, so it is nullable * bumping bwc to 7 before backport * changing to version current * moving delayed data check config its own object * Separation of duties for delayed data detection * fixing checkstyles * fixing checkstyles * Adjusting default behavior so that null windows are allowed * Mentioning the default value * Fixing comments, syncing up validations
This commit is contained in:
parent
c7a2c6d549
commit
f7ada9b29b
31 changed files with 1136 additions and 165 deletions
|
@ -63,6 +63,17 @@ include-tagged::{doc-tests-file}[{api}-config-set-query-delay]
|
|||
--------------------------------------------------
|
||||
<1> The time interval behind real time that data is queried.
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-config-set-delayed-data-check-config]
|
||||
--------------------------------------------------
|
||||
<1> Sets the delayed data check configuration.
|
||||
The window must be larger than the Job's bucket size, but smaller than 24 hours,
|
||||
and span less than 10,000 buckets.
|
||||
Defaults to `null`, which causes an appropriate window span to be calculated when
|
||||
the datafeed runs.
|
||||
To explicitly disable, pass `DelayedDataCheckConfig.disabledDelayedDataCheckConfig()`.
|
||||
|
||||
["source","java",subs="attributes,callouts,macros"]
|
||||
--------------------------------------------------
|
||||
include-tagged::{doc-tests-file}[{api}-config-set-script-fields]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue