Scroll Scroll
Scroll Certified

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