Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

how to pass query to getmongo by flow file

avatar
New Member

Hi

How to pass query (find operation) to getmongo processor by flow file .Please provide some ideas . I was tried different processors but not able to achieve it

Thanks for your time and consideration

1 ACCEPTED SOLUTION

avatar
New Member

@Suresh Denukuri

You can use the query property in GetMongo Processor. If you have the query in the body of an incoming flowfile, leave it blank, else you can specify the query here.

View solution in original post

1 REPLY 1

avatar
New Member

@Suresh Denukuri

You can use the query property in GetMongo Processor. If you have the query in the body of an incoming flowfile, leave it blank, else you can specify the query here.