yaml
type: "io.kestra.plugin.opensearch.get"
yaml
id: opensearch_get
namespace: company.team

tasks:
  - id: get
    type: io.kestra.plugin.opensearch.Get
    connection:
      hosts:
        - "http://localhost:9200"
    index: "my_index"
    key: "my_id"
Properties
SubType string
SubType string