|
@@ -56,10 +56,10 @@ The following properties can be updated after the {dfeed} is created:
|
|
|
the size of the window. See <<ml-datafeed-delayed-data-check-config>>.
|
|
|
|
|
|
`frequency`::
|
|
|
- (Optional, time units) The interval at which scheduled queries are made while
|
|
|
- the {dfeed} runs in real time. The default value is either the bucket span for
|
|
|
- short bucket spans, or, for longer bucket spans, a sensible fraction of the
|
|
|
- bucket span. For example: `150s`.
|
|
|
+ (Optional, <<time-units, time units>>) The interval at which scheduled queries
|
|
|
+ are made while the {dfeed} runs in real time. The default value is either the
|
|
|
+ bucket span for short bucket spans, or, for longer bucket spans, a sensible
|
|
|
+ fraction of the bucket span. For example: `150s`.
|
|
|
|
|
|
`indices`::
|
|
|
(Optional, array) An array of index names. Wildcards are supported. For
|
|
@@ -77,9 +77,10 @@ The following properties can be updated after the {dfeed} is created:
|
|
|
`{"match_all": {"boost": 1}}`.
|
|
|
|
|
|
`query_delay`::
|
|
|
- (Optional, time units) The number of seconds behind real-time that data is
|
|
|
- queried. For example, if data from 10:04 a.m. might not be searchable in {es}
|
|
|
- until 10:06 a.m., set this property to 120 seconds. The default value is `60s`.
|
|
|
+ (Optional, <<time-units, time units>>) The number of seconds behind real-time
|
|
|
+ that data is queried. For example, if data from 10:04 a.m. might not be
|
|
|
+ searchable in {es} until 10:06 a.m., set this property to 120 seconds. The
|
|
|
+ default value is `60s`.
|
|
|
|
|
|
`script_fields`::
|
|
|
(Optional, object) Specifies scripts that evaluate custom expressions and
|