Class DatafeedConfig.Builder
- All Implemented Interfaces:
WithJson<DatafeedConfig.Builder>,ObjectBuilder<DatafeedConfig>
- Enclosing class:
- DatafeedConfig
DatafeedConfig.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DatafeedConfig.Builderaggregations(String key, Aggregation value) If set, the datafeed performs aggregation searches.final DatafeedConfig.Builderaggregations(String key, AggregationVariant value) If set, the datafeed performs aggregation searches.final DatafeedConfig.BuilderIf set, the datafeed performs aggregation searches.final DatafeedConfig.Builderaggregations(Map<String, Aggregation> map) If set, the datafeed performs aggregation searches.build()Builds aDatafeedConfig.final DatafeedConfig.BuilderchunkingConfig(ChunkingConfig value) Datafeeds might be required to search over long time periods, for several months or years.final DatafeedConfig.BuilderDatafeeds might be required to search over long time periods, for several months or years.final DatafeedConfig.BuilderdatafeedId(String value) A numerical character string that uniquely identifies the datafeed.final DatafeedConfig.BuilderSpecifies whether the datafeed checks for missing data and the size of the window.final DatafeedConfig.BuilderdelayedDataCheckConfig(Function<DelayedDataCheckConfig.Builder, ObjectBuilder<DelayedDataCheckConfig>> fn) Specifies whether the datafeed checks for missing data and the size of the window.final DatafeedConfig.BuilderThe interval at which scheduled queries are made while the datafeed runs in real time.final DatafeedConfig.BuilderThe interval at which scheduled queries are made while the datafeed runs in real time.final DatafeedConfig.BuilderAn array of index names.final DatafeedConfig.BuilderAn array of index names.final DatafeedConfig.BuilderindicesOptions(IndicesOptions value) Specifies index expansion options that are used during search.final DatafeedConfig.BuilderSpecifies index expansion options that are used during search.final DatafeedConfig.BuilderAPI name:job_idfinal DatafeedConfig.BuildermaxEmptySearches(Integer value) If a real-time datafeed has never seen any data (including during any initial training period) then it will automatically stop itself and close its associated job after this many real-time searches that return no documents.final DatafeedConfig.BuilderThe Elasticsearch query domain-specific language (DSL).final DatafeedConfig.Builderquery(QueryVariant value) The Elasticsearch query domain-specific language (DSL).final DatafeedConfig.BuilderThe Elasticsearch query domain-specific language (DSL).final DatafeedConfig.BuilderqueryDelay(Time value) The number of seconds behind real time that data is queried.final DatafeedConfig.BuilderThe number of seconds behind real time that data is queried.final DatafeedConfig.BuilderruntimeMappings(String key, RuntimeField value) Specifies runtime fields for the datafeed search.final DatafeedConfig.BuilderSpecifies runtime fields for the datafeed search.final DatafeedConfig.BuilderruntimeMappings(Map<String, RuntimeField> map) Specifies runtime fields for the datafeed search.final DatafeedConfig.BuilderscriptFields(String key, ScriptField value) Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.final DatafeedConfig.BuilderSpecifies scripts that evaluate custom expressions and returns script fields to the datafeed.final DatafeedConfig.BuilderscriptFields(Map<String, ScriptField> map) Specifies scripts that evaluate custom expressions and returns script fields to the datafeed.final DatafeedConfig.BuilderscrollSize(Integer value) The size parameter that is used in Elasticsearch searches when the datafeed does not use aggregations.protected DatafeedConfig.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregations
If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.API name:
aggregationsAdds all entries of
maptoaggregations. -
aggregations
If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.API name:
aggregationsAdds an entry to
aggregations. -
aggregations
If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.API name:
aggregationsAdds an entry to
aggregations. -
aggregations
public final DatafeedConfig.Builder aggregations(String key, Function<Aggregation.Builder, ObjectBuilder<Aggregation>> fn) If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.API name:
aggregationsAdds an entry to
aggregationsusing a builder lambda. -
chunkingConfig
Datafeeds might be required to search over long time periods, for several months or years. This search is split into time chunks in order to ensure the load on Elasticsearch is managed. Chunking configuration controls how the size of these time chunks are calculated and is an advanced configuration option.API name:
chunking_config -
chunkingConfig
public final DatafeedConfig.Builder chunkingConfig(Function<ChunkingConfig.Builder, ObjectBuilder<ChunkingConfig>> fn) Datafeeds might be required to search over long time periods, for several months or years. This search is split into time chunks in order to ensure the load on Elasticsearch is managed. Chunking configuration controls how the size of these time chunks are calculated and is an advanced configuration option.API name:
chunking_config -
datafeedId
A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters. The default value is the job identifier.API name:
datafeed_id -
delayedDataCheckConfig
Specifies whether the datafeed checks for missing data and the size of the window. The datafeed can optionally search over indices that have already been read in an effort to determine whether any data has subsequently been added to the index. If missing data is found, it is a good indication that thequery_delayoption is set too low and the data is being indexed after the datafeed has passed that moment in time. This check runs only on real-time datafeeds.API name:
delayed_data_check_config -
delayedDataCheckConfig
public final DatafeedConfig.Builder delayedDataCheckConfig(Function<DelayedDataCheckConfig.Builder, ObjectBuilder<DelayedDataCheckConfig>> fn) Specifies whether the datafeed checks for missing data and the size of the window. The datafeed can optionally search over indices that have already been read in an effort to determine whether any data has subsequently been added to the index. If missing data is found, it is a good indication that thequery_delayoption is set too low and the data is being indexed after the datafeed has passed that moment in time. This check runs only on real-time datafeeds.API name:
delayed_data_check_config -
frequency
The interval at which scheduled queries are made while the datafeed 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. Whenfrequencyis shorter than the bucket span, interim results for the last (partial) bucket are written then eventually overwritten by the full bucket results. If the datafeed uses aggregations, this value must be divisible by the interval of the date histogram aggregation.API name:
frequency -
frequency
The interval at which scheduled queries are made while the datafeed 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. Whenfrequencyis shorter than the bucket span, interim results for the last (partial) bucket are written then eventually overwritten by the full bucket results. If the datafeed uses aggregations, this value must be divisible by the interval of the date histogram aggregation.API name:
frequency -
indices
An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have theremote_cluster_clientrole.API name:
indicesAdds all elements of
listtoindices. -
indices
An array of index names. Wildcards are supported. If any indices are in remote clusters, the machine learning nodes must have theremote_cluster_clientrole.API name:
indicesAdds one or more values to
indices. -
indicesOptions
Specifies index expansion options that are used during search.API name:
indices_options -
indicesOptions
public final DatafeedConfig.Builder indicesOptions(Function<IndicesOptions.Builder, ObjectBuilder<IndicesOptions>> fn) Specifies index expansion options that are used during search.API name:
indices_options -
jobId
API name:job_id -
maxEmptySearches
If a real-time datafeed has never seen any data (including during any initial training period) then it will automatically stop itself and close its associated job after this many real-time searches that return no documents. In other words, it will stop afterfrequencytimesmax_empty_searchesof real-time operation. If not set then a datafeed with no end time that sees no data will remain started until it is explicitly stopped.API name:
max_empty_searches -
query
The Elasticsearch query domain-specific language (DSL). This value corresponds to the query object in an Elasticsearch search POST body. All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.API name:
query -
query
The Elasticsearch query domain-specific language (DSL). This value corresponds to the query object in an Elasticsearch search POST body. All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.API name:
query -
query
The Elasticsearch query domain-specific language (DSL). This value corresponds to the query object in an Elasticsearch search POST body. All the options that are supported by Elasticsearch can be used, as this object is passed verbatim to Elasticsearch.API name:
query -
queryDelay
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 Elasticsearch until 10:06 a.m., set this property to 120 seconds. The default value is randomly selected between60sand120s. This randomness improves the query performance when there are multiple jobs running on the same node.API name:
query_delay -
queryDelay
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 Elasticsearch until 10:06 a.m., set this property to 120 seconds. The default value is randomly selected between60sand120s. This randomness improves the query performance when there are multiple jobs running on the same node.API name:
query_delay -
runtimeMappings
Specifies runtime fields for the datafeed search.API name:
runtime_mappingsAdds all entries of
maptoruntimeMappings. -
runtimeMappings
Specifies runtime fields for the datafeed search.API name:
runtime_mappingsAdds an entry to
runtimeMappings. -
runtimeMappings
public final DatafeedConfig.Builder runtimeMappings(String key, Function<RuntimeField.Builder, ObjectBuilder<RuntimeField>> fn) Specifies runtime fields for the datafeed search.API name:
runtime_mappingsAdds an entry to
runtimeMappingsusing a builder lambda. -
scriptFields
Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.API name:
script_fieldsAdds all entries of
maptoscriptFields. -
scriptFields
Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.API name:
script_fieldsAdds an entry to
scriptFields. -
scriptFields
public final DatafeedConfig.Builder scriptFields(String key, Function<ScriptField.Builder, ObjectBuilder<ScriptField>> fn) Specifies scripts that evaluate custom expressions and returns script fields to the datafeed. The detector configuration objects in a job can contain functions that use these script fields.API name:
script_fieldsAdds an entry to
scriptFieldsusing a builder lambda. -
scrollSize
The size parameter that is used in Elasticsearch searches when the datafeed does not use aggregations. The maximum value is the value ofindex.max_result_window, which is 10,000 by default.API name:
scroll_size -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DatafeedConfig.Builder>
-
build
Builds aDatafeedConfig.- Specified by:
buildin interfaceObjectBuilder<DatafeedConfig>- Throws:
NullPointerException- if some of the required fields are null.
-