Package org.graylog2.configuration
Class IndexerDiscoveryProvider
java.lang.Object
org.graylog2.configuration.IndexerDiscoveryProvider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexerDiscoveryProvider(List<URI> hosts, int connectionAttempts, com.github.joschi.jadconfig.util.Duration delayBetweenAttempts, PreflightConfigService preflightConfigService, NodeService<DataNodeDto> nodeService, GraylogCertificateProvisioner graylogCertificateProvisioner) -
Method Summary
-
Field Details
-
DEFAULT_INDEXER_HOST
-
-
Constructor Details
-
IndexerDiscoveryProvider
@Inject public IndexerDiscoveryProvider(@Named("elasticsearch_hosts") List<URI> hosts, @Named("datanode_startup_connection_attempts") int connectionAttempts, @Named("datanode_startup_connection_delay") com.github.joschi.jadconfig.util.Duration delayBetweenAttempts, PreflightConfigService preflightConfigService, NodeService<DataNodeDto> nodeService, GraylogCertificateProvisioner graylogCertificateProvisioner)
-
-
Method Details