Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

ScrollElasticsearchHttp processor Count in Nifi.

Explorer

Hi am trying to take simple count of "ScrollElasticsearchHttp" processor in nifi. and using QueryRecord after this processor. I have created one new variable and using below Sql

 

"select count(1) from FLOFILE"

I am expecting result.count value 10000 which is my record count but its always showing record.count value 1.

 

can someone suggest how should I take count of this ScrollElasticsearchHttp flow.

 

Thanks !!

1 REPLY 1

Expert Contributor

@Rohan44 maybe you have a typo above, but try:

 

SELECT COUNT(*) FROM FLOWFILE

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.