src/main/java/co/elastic/support/diagnostics/chain/DiagnosticChainExec.java [101:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                new CheckKibanaVersion().execute(context);
                new KibanaGetDetails().execute(context);
                new RunKibanaQueries().execute(context);
                if (context.runSystemCalls) {
                    new CollectSystemCalls().execute(context);
                    new CollectKibanaLogs().execute(context);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/co/elastic/support/diagnostics/chain/DiagnosticChainExec.java [115:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                new CheckKibanaVersion().execute(context);
                new KibanaGetDetails().execute(context);
                new RunKibanaQueries().execute(context);
                if (context.runSystemCalls) {
                    new CollectSystemCalls().execute(context);
                    new CollectKibanaLogs().execute(context);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



