It's actually saved as part of your flow. So assuming your flow is part of your puppet configuration, you should be good. In a standalone instance it would be in <NIFI_HOME>/conf/flow.xml.gz.
Matt On Wed, May 6, 2015 at 3:47 PM, Edgardo Vega <[email protected]> wrote: > Thanks Matt. Is this configurable in a file or through a java argument? > That way we can set that via puppet. > > Cheers, > > Edgardo > > On Wed, May 6, 2015 at 3:31 PM, Matt Gilman <[email protected]> > wrote: > > > The existing documentation is a little short but it is mentioned in the > > Other Management Features section [1]. In the UI can you click the wrench > > and screwdriver icon in the upper right. There you can set the name of > your > > dataflow, it's description, and the size of the timer/event driven thread > > pools. > > > > Matt > > > > [1] > > > > > https://nifi.incubator.apache.org/docs/nifi-docs/user-guide.html#other_management_features > > > > On Wed, May 6, 2015 at 3:22 PM, Edgardo Vega <[email protected]> > > wrote: > > > > > The admin guide says the Maximum Forked Processes section says "NiFi > may > > > be configured to generate a significant number of threads." How is this > > > done? I read the rest of the documentation and didn't see a way to > define > > > the number of threads to use. Also any recommendation on number of > > threads > > > per code? > > > > > > I have been seeing the number of threads in the gui pegged at 10 that > is > > > why I went looking for how to change that number. > > > > > > Thanks in advance, > > > > > > Edgardo > > > > > > > > > -- > Cheers, > > Edgardo >
