Class PutDatafeedRequest.Builder

All Implemented Interfaces:
WithJson<PutDatafeedRequest.Builder>, ObjectBuilder<PutDatafeedRequest>
Enclosing class:
PutDatafeedRequest

public static class PutDatafeedRequest.Builder
extends RequestBase.AbstractBuilder<PutDatafeedRequest.Builder>
implements ObjectBuilder<PutDatafeedRequest>
Builder for PutDatafeedRequest.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • aggregations

      public final PutDatafeedRequest.Builder aggregations​(java.util.Map<java.lang.String,​Aggregation> map)
      If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.

      API name: aggregations

      Adds all entries of map to aggregations.

    • aggregations

      public final PutDatafeedRequest.Builder aggregations​(java.lang.String key, Aggregation value)
      If set, the datafeed performs aggregation searches. Support for aggregations is limited and should be used only with low cardinality data.

      API name: aggregations

      Adds an entry to aggregations.

    • aggregations

      public final PutDatafeedRequest.Builder aggregations​(java.lang.String key, java.util.function.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: aggregations

      Adds an entry to aggregations using a builder lambda.

    • allowNoIndices

      public final PutDatafeedRequest.Builder allowNoIndices​(@Nullable java.lang.Boolean value)
      If true, wildcard indices expressions that resolve into no concrete indices are ignored. This includes the _all string or when no indices are specified.

      API name: allow_no_indices

    • chunkingConfig

      public final PutDatafeedRequest.Builder chunkingConfig​(@Nullable ChunkingConfig value)
      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; it is an advanced configuration option.

      API name: chunking_config

    • chunkingConfig

      public final PutDatafeedRequest.Builder chunkingConfig​(java.util.function.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; it is an advanced configuration option.

      API name: chunking_config

    • datafeedId

      public final PutDatafeedRequest.Builder datafeedId​(java.lang.String value)
      Required - 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.

      API name: datafeed_id

    • delayedDataCheckConfig

      public final PutDatafeedRequest.Builder delayedDataCheckConfig​(@Nullable DelayedDataCheckConfig value)
      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 the query_delay 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 PutDatafeedRequest.Builder delayedDataCheckConfig​(java.util.function.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 the query_delay 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

    • expandWildcards

      public final PutDatafeedRequest.Builder expandWildcards​(java.util.List<ExpandWildcard> list)
      Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values.

      API name: expand_wildcards

      Adds all elements of list to expandWildcards.

    • expandWildcards

      public final PutDatafeedRequest.Builder expandWildcards​(ExpandWildcard value, ExpandWildcard... values)
      Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values.

      API name: expand_wildcards

      Adds one or more values to expandWildcards.

    • frequency

      public final PutDatafeedRequest.Builder frequency​(@Nullable Time value)
      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. When frequency is 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

      public final PutDatafeedRequest.Builder frequency​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
      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. When frequency is 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

    • headers

      public final PutDatafeedRequest.Builder headers​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> map)
      API name: headers

      Adds all entries of map to headers.

    • headers

      public final PutDatafeedRequest.Builder headers​(java.lang.String key, java.util.List<java.lang.String> value)
      API name: headers

      Adds an entry to headers.

    • ignoreThrottled

      @Deprecated public final PutDatafeedRequest.Builder ignoreThrottled​(@Nullable java.lang.Boolean value)
      Deprecated.
      7.16.0
      If true, concrete, expanded, or aliased indices are ignored when frozen.

      API name: ignore_throttled

    • ignoreUnavailable

      public final PutDatafeedRequest.Builder ignoreUnavailable​(@Nullable java.lang.Boolean value)
      If true, unavailable indices (missing or closed) are ignored.

      API name: ignore_unavailable

    • indices

      public final PutDatafeedRequest.Builder indices​(java.util.List<java.lang.String> list)
      An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine learning nodes must have the remote_cluster_client role.

      API name: indices

      Adds all elements of list to indices.

    • indices

      public final PutDatafeedRequest.Builder indices​(java.lang.String value, java.lang.String... values)
      An array of index names. Wildcards are supported. If any of the indices are in remote clusters, the machine learning nodes must have the remote_cluster_client role.

      API name: indices

      Adds one or more values to indices.

    • indicesOptions

      public final PutDatafeedRequest.Builder indicesOptions​(@Nullable IndicesOptions value)
      Specifies index expansion options that are used during search

      API name: indices_options

    • indicesOptions

      public final PutDatafeedRequest.Builder indicesOptions​(java.util.function.Function<IndicesOptions.Builder,​ObjectBuilder<IndicesOptions>> fn)
      Specifies index expansion options that are used during search

      API name: indices_options

    • jobId

      public final PutDatafeedRequest.Builder jobId​(@Nullable java.lang.String value)
      Identifier for the anomaly detection job.

      API name: job_id

    • maxEmptySearches

      public final PutDatafeedRequest.Builder maxEmptySearches​(@Nullable java.lang.Integer value)
      If a real-time datafeed has never seen any data (including during any initial training period), it automatically stops and closes the associated job after this many real-time searches return no documents. In other words, it stops after frequency times max_empty_searches of real-time operation. If not set, a datafeed with no end time that sees no data remains started until it is explicitly stopped. By default, it is not set.

      API name: max_empty_searches

    • query

      public final PutDatafeedRequest.Builder query​(@Nullable Query value)
      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

      public final PutDatafeedRequest.Builder query​(java.util.function.Function<Query.Builder,​ObjectBuilder<Query>> fn)
      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

      public final PutDatafeedRequest.Builder queryDelay​(@Nullable Time value)
      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 between 60s and 120s. This randomness improves the query performance when there are multiple jobs running on the same node.

      API name: query_delay

    • queryDelay

      public final PutDatafeedRequest.Builder queryDelay​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
      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 between 60s and 120s. This randomness improves the query performance when there are multiple jobs running on the same node.

      API name: query_delay

    • runtimeMappings

      public final PutDatafeedRequest.Builder runtimeMappings​(java.util.Map<java.lang.String,​RuntimeField> map)
      Specifies runtime fields for the datafeed search.

      API name: runtime_mappings

      Adds all entries of map to runtimeMappings.

    • runtimeMappings

      public final PutDatafeedRequest.Builder runtimeMappings​(java.lang.String key, RuntimeField value)
      Specifies runtime fields for the datafeed search.

      API name: runtime_mappings

      Adds an entry to runtimeMappings.

    • runtimeMappings

      public final PutDatafeedRequest.Builder runtimeMappings​(java.lang.String key, java.util.function.Function<RuntimeField.Builder,​ObjectBuilder<RuntimeField>> fn)
      Specifies runtime fields for the datafeed search.

      API name: runtime_mappings

      Adds an entry to runtimeMappings using a builder lambda.

    • scriptFields

      public final PutDatafeedRequest.Builder scriptFields​(java.util.Map<java.lang.String,​ScriptField> map)
      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_fields

      Adds all entries of map to scriptFields.

    • scriptFields

      public final PutDatafeedRequest.Builder scriptFields​(java.lang.String key, ScriptField value)
      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_fields

      Adds an entry to scriptFields.

    • scriptFields

      public final PutDatafeedRequest.Builder scriptFields​(java.lang.String key, java.util.function.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_fields

      Adds an entry to scriptFields using a builder lambda.

    • scrollSize

      public final PutDatafeedRequest.Builder scrollSize​(@Nullable java.lang.Integer value)
      The size parameter that is used in Elasticsearch searches when the datafeed does not use aggregations. The maximum value is the value of index.max_result_window, which is 10,000 by default.

      API name: scroll_size

    • self

      protected PutDatafeedRequest.Builder self()
      Specified by:
      self in class RequestBase.AbstractBuilder<PutDatafeedRequest.Builder>
    • build

      public PutDatafeedRequest build()
      Specified by:
      build in interface ObjectBuilder<PutDatafeedRequest>
      Throws:
      java.lang.NullPointerException - if some of the required fields are null.