Get search results count using Elasticsearch input plugin

Hi,

Is it possible to get the count of the query using elasticsearch input plugin.

elasticsearch {
        hosts => "local:9200"
		index => "test*"
           size => 500
            scroll => "2m"
      }
1 Like

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