src/main/java/co/elastic/support/diagnostics/chain/DiagnosticChainExec.java [44:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                new CheckElasticsearchVersion().execute(context);
                new CheckUserAuthLevel().execute(context);
                new CheckPlatformDetails().execute(context);
                new RunClusterQueries().execute(context);
                if (context.runSystemCalls) {
                    new CollectSystemCalls().execute(context);
                    new CollectLogs().execute(context);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/co/elastic/support/diagnostics/chain/DiagnosticChainExec.java [59:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                new CheckElasticsearchVersion().execute(context);
                new CheckUserAuthLevel().execute(context);
                new CheckPlatformDetails().execute(context);
                new RunClusterQueries().execute(context);
                if (context.runSystemCalls) {
                    new CollectSystemCalls().execute(context);
                    new CollectLogs().execute(context);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



