xpack.graph.exploreedit

client.xpack.graph.explore({
  index: string | string[],
  type: string | string[],
  routing: string,
  timeout: string,
  body: object
})

Reference

index

string | string[] - A comma-separated list of index names to search; use _all or empty string to perform the operation on all indices

type

string | string[] - A comma-separated list of document types to search; leave empty to perform the operation on all types

routing

string - Specific routing value

timeout

string - Explicit operation timeout

body

object - Graph Query DSL