Scroll format in Elasticsearch input plugin

Hi,

In the Logstash's Elasticsearch input plugin there is the scroll field with "1m" as a default value. Documentation says:

This parameter controls the keepalive time in seconds of the scrolling request and initiates the scrolling process.

My questions:

  • Does "1m" mean 1 second or 1 minute?
  • How can I set the scroll to 2 milliseconds?
  • How can I set the scroll to 2 seconds?
  • How can I set the scroll to 2 minutes?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.