replay

replay #

CategoryScope
Generalpipeline

Configuration #

FieldTypeDefaultDescription
schemastring“http”Schema of the parsed input.
hoststring“localhost:9200”Target host, e.g. http://example.com:9200.
filenamestringFile the resource is loaded from.
input_queuestringQueue the batches are pulled from.
usernamestringBasic-auth username.
passwordstringBasic-auth password.

Example #

processor:
  - replay:
      schema: "schema"
      host: "host"
      filename: "filename"
      input_queue: "input_queue"
      username: "username"
Edit Edit this page