@@ -64,6 +64,11 @@ include::{docdir}/ml/ml-shared.asciidoc[tag=delayed-data-check-config]
64
64
`frequency`::
65
65
(Optional, <<time-units, time units>>)
66
66
include::{docdir}/ml/ml-shared.asciidoc[tag=frequency]
67
+ +
68
+ --
69
+ To learn more about the relationship between time related settings, see
70
+ <<ml-put-datafeed-time-related-settings>>.
71
+ --
67
72
68
73
`indices`::
69
74
(Required, array)
@@ -84,6 +89,11 @@ include::{docdir}/ml/ml-shared.asciidoc[tag=query]
84
89
`query_delay`::
85
90
(Optional, <<time-units, time units>>)
86
91
include::{docdir}/ml/ml-shared.asciidoc[tag=query-delay]
92
+ +
93
+ --
94
+ To learn more about the relationship between time related settings, see
95
+ <<ml-put-datafeed-time-related-settings>>.
96
+ --
87
97
88
98
`script_fields`::
89
99
(Optional, object)
@@ -93,6 +103,20 @@ include::{docdir}/ml/ml-shared.asciidoc[tag=script-fields]
93
103
(Optional, unsigned integer)
94
104
include::{docdir}/ml/ml-shared.asciidoc[tag=scroll-size]
95
105
106
+
107
+ [[ml-put-datafeed-time-related-settings]]
108
+ ===== Interaction between time-related settings
109
+
110
+ Time-related settings have the following relationships:
111
+
112
+ * Queries run at `query_delay` after the end of
113
+ each `frequency`.
114
+
115
+ * When `frequency` is shorter than `bucket_span` of the associated job, interim
116
+ results for the last (partial) bucket are written, and then overwritten by the
117
+ full bucket results eventually.
118
+
119
+
96
120
[[ml-put-datafeed-example]]
97
121
==== {api-examples-title}
98
122
0 commit comments