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
Definitions
hosts*Requiredarray
SubTypestring
basicAuth
passwordstring
usernamestring
headersarray
SubTypestring
pathPrefixstring
strictDeprecationModebooleanstring
trustAllSslbooleanstring