xpack.rollup.rollupSearchedit

client.xpack.rollup.rollupSearch({
  index: string,
  type: string,
  typed_keys: boolean,
  body: object
})

index

string - The index or index-pattern (containing rollup or regular data) that should be searched

type

string - The doc type inside the index

typed_keys or typedKeys

boolean - Specify whether aggregation and suggester names should be prefixed by their respective types in the response

body

object - The search request body