Scroll ​Scroll

yaml
type: "io.kestra.plugin.opensearch.scroll"
yaml
id: opensearch_scroll
namespace: company.team

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