You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Lehel Boér (Jira)" <ji...@apache.org> on 2021/07/02 18:58:00 UTC

[jira] [Created] (NIFI-8752) Automatic diagnostic at NiFi restart/stop

Lehel Boér created NIFI-8752:
--------------------------------

             Summary: Automatic diagnostic at NiFi restart/stop
                 Key: NIFI-8752
                 URL: https://issues.apache.org/jira/browse/NIFI-8752
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Lehel Boér
            Assignee: Lehel Boér


Each time NiFi is restarted/stopped we should automatically execute the 'diagnostic' command:

 
{code:java}
bin/nifi.sh diagnostics <filename>
{code}
before actually restarting/stopping NiFi. This would help gathering useful information when NiFi is stopped/restarted because of some issues.

The diagnostic should be configurable in the bootstrap configuration:
 * turn on/off this feature (default would be on)
 * path to the directory where files are stored
 * maximum number of files we retain before deleting old files
 * maximum size of the folder before deleting old files



--
This message was sent by Atlassian Jira
(v8.3.4#803005)