Processors
To query the processors use the "processor" flag followed by the processor ID to get (or "all") followed by one of the processor options. The processor options are below.
| Option | Description |
|---|---|
| health | The processor's run status, whether or not it has bulletins and the validation errors (if there are any). |
| bulletins | A list of all the current bulletins (if there are any). |
| stats | The current stats of the processor. This includes but is not limited to active threads and FlowFiles sent/received. |
An example query to get the health, bulletins and stats of the "TailFile" processor is below.
minifi.sh flowStatus processor:TailFile:health,stats,bulletins

