Re: NIFI 1.9.2 PutMongo Indexes

2019-08-07 Thread Mike Thomsen
I believe you can define all of your indices in advance if you know what your data looks like. We have no plans to have NiFi get that deep into managing Mongo because it's something that could really get out of control if misused/misconfigured. Thanks, Mike On Wed, Aug 7, 2019 at 3:38 PM

NIFI 1.9.2 PutMongo Indexes

2019-08-07 Thread William Gosse
Is there any way to have Mongo create an index the first time it puts a document into a collection. It creates the database and collection just find if they don't exit. I like to have add indexes as well.