MiNiFi Java Agent Administration
Also available as:
PDF

Instance

To query the status of the MiNiFi instance use the "instance" flag followed by one of the instance options. The instance options are below.

OptionDescription
healthThe provenance reporting state, active threads, whether or not it has bulletins and any validation errors.
bulletinsA list of all the current bulletins (if there are any).
statsThe current stats of the instance. This including but not limited to bytes read/written and FlowFiles sent/transferred.

An example query to get the health, stats and bulletins of the instance is below.

minifi.sh flowStatus instance:health,stats,bulletins