Search ​Search

yaml
type: "io.kestra.plugin.opensearch.search"
yaml
id: opensearch_search
namespace: company.team

tasks:
  - id: search
    type: io.kestra.plugin.opensearch.Search
    connection:
      hosts:
        - "http://localhost:9200"
    indexes:
      - "my_index"
    request:
      query:
        term:
          name:
            value: 'john'
Properties
Default JSON
Possible Values
CBORJSONSMILEYAML
Default FETCH
Possible Values
STOREFETCHFETCH_ONENONE
SubType string
SubType object
Format uri
SubType string
SubType string