Class TransformsRequest


public class TransformsRequest extends CatRequestBase
Get transform information.

Get configuration and usage information about transforms.

CAT APIs are only intended for human consumption using the Kibana console or command line. They are not intended for use by applications. For application consumption, use the get transform statistics API.

See Also:
  • Field Details

  • Method Details

    • of

    • allowNoMatch

      @Nullable public final Boolean allowNoMatch()
      Specifies what to do when the request: contains wildcard expressions and there are no transforms that match; contains the _all string or no identifiers and there are no matches; contains wildcard expressions and there are only partial matches. If true, it returns an empty transforms array when there are no matches and the subset of results when there are partial matches. If false, the request returns a 404 status code when there are no matches or only partial matches.

      API name: allow_no_match

    • bytes

      @Nullable public final Bytes bytes()
      Sets the units for columns that contain a byte-size value. Note that byte-size value units work in terms of powers of 1024. For instance 1kb means 1024 bytes, not 1000 bytes. If omitted, byte-size values are rendered with a suffix such as kb, mb, or gb, chosen such that the numeric value of the column is as small as possible whilst still being at least 1.0. If given, byte-size values are rendered as an integer with no suffix, representing the value of the column in the chosen unit. Values that are not an exact multiple of the chosen unit are rounded down.

      API name: bytes

    • from

      @Nullable public final Integer from()
      Skips the specified number of transforms.

      API name: from

    • h

      public final List<CatTransformColumn> h()
      Comma-separated list of column names to display.

      API name: h

    • s

      public final List<CatTransformColumn> s()
      Comma-separated list of column names or column aliases used to sort the response.

      API name: s

    • size

      @Nullable public final Integer size()
      The maximum number of transforms to obtain.

      API name: size

    • time

      @Nullable public final TimeUnit time()
      Sets the units for columns that contain a time duration. If omitted, time duration values are rendered with a suffix such as ms, s, m or h, chosen such that the numeric value of the column is as small as possible whilst still being at least 1.0. If given, time duration values are rendered as an integer with no suffix. Values that are not an exact multiple of the chosen unit are rounded down.

      API name: time

    • transformId

      @Nullable public final String transformId()
      A transform identifier or a wildcard expression. If you do not specify one of these options, the API returns information for all transforms.

      API name: transform_id