yaml
type: "io.kestra.plugin.elasticsearch.get"
yaml
id: elasticsearch_get
namespace: company.team

tasks:
  - id: get
    type: io.kestra.plugin.elasticsearch.Get
    connection:
      hosts:
       - "http://localhost:9200"
    index: "my_index"
    key: "my_id"
Properties
Default false
SubType string
Min items 1
SubType string