Class PreflightBoot

java.lang.Object
org.graylog2.bootstrap.preflight.web.PreflightBoot

@Singleton public class PreflightBoot extends Object
  • Constructor Details

    • PreflightBoot

      @Inject public PreflightBoot(@Named("isFreshInstallation") boolean isFreshInstallation, @Named("elasticsearch_hosts") List<URI> hosts, PreflightConfigService preflightConfigServiceIf, Configuration configuration)
  • Method Details

    • shouldRunPreflightWeb

      public boolean shouldRunPreflightWeb()