src/main/java/co/elastic/support/diagnostics/commands/CheckPlatformDetails.java [178:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    context.runSystemCalls = false;
                    logger.warn(Constants.CONSOLE,
                            "Error occurred checking the network hosts information. Bypassing system calls.");
                    throw new RuntimeException("Host/Platform check error.");

            }

        } catch (Exception e) {
            // Try to keep going even if this didn't work.
            logger.error(Constants.CONSOLE, "Error: {}", e.getMessage());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/co/elastic/support/diagnostics/commands/KibanaGetDetails.java [62:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                context.runSystemCalls = false;
                logger.warn(Constants.CONSOLE,
                        "Error occurred checking the network hosts information. Bypassing system calls.");
                throw new RuntimeException("Host/Platform check error.");
            }

        } catch (Exception e) {
            // Try to keep going even if this didn't work.
            logger.error(Constants.CONSOLE, "Error: {}", e.getMessage());
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



