public class Configuration extends BaseConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.TRANSPORT_TYPE |
GRAYLOG2_DEFAULT_PORT, shutdownTimeout| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Duration |
getAmqpConnectTimeout() |
String |
getAmqpExchangeName() |
String |
getAmqpHostname() |
int |
getAmqpParallelQueues() |
String |
getAmqpPassword() |
int |
getAmqpPort() |
String |
getAmqpQueueName() |
String |
getAmqpQueueType() |
String |
getAmqpRoutingKey() |
String |
getAmqpUsername() |
String |
getAmqpVirtualHost() |
URI |
getGraylog2ServerUri() |
int |
getKafkaBatchMaxWaitMs() |
int |
getKafkaBatchSize() |
String |
getKafkaBrokers() |
String |
getKafkaProducerType() |
int |
getKafkaRequiredAcks() |
String |
getNodeIdFile() |
int |
getRadioTransportMaxErrors() |
URI |
getRestListenUri() |
Configuration.TRANSPORT_TYPE |
getTransportType() |
boolean |
isAmqpPersistentMessagesEnabled() |
getAsyncEventbusProcessors, getDefaultRestTransportUri, getHttpConnectTimeout, getHttpProxyUri, getHttpReadTimeout, getHttpWriteTimeout, getInputbufferProcessors, getInputBufferRingSize, getInputBufferWaitStrategy, getPluginDir, getProcessBufferProcessors, getProcessorWaitStrategy, getRestMaxChunkSize, getRestMaxHeaderSize, getRestMaxInitialLineLength, getRestThreadPoolSize, getRestTlsCertFile, getRestTlsKeyFile, getRestTlsKeyPassword, getRestTransportUri, getRestUriScheme, getRestWorkerThreadsMaxPoolSize, getRingSize, getShutdownTimeout, getUdpRecvBufferSizes, isDisableSigar, isMessageJournalEnabled, isMessageRecordingsEnabled, isRestEnableCors, isRestEnableGzip, isRestEnableTls, setMessageJournalEnabled, setRestTransportUripublic String getNodeIdFile()
getNodeIdFile in class BaseConfigurationpublic Configuration.TRANSPORT_TYPE getTransportType()
public URI getRestListenUri()
getRestListenUri in class BaseConfigurationpublic URI getGraylog2ServerUri()
public String getKafkaBrokers()
public int getKafkaRequiredAcks()
public String getKafkaProducerType()
public int getKafkaBatchSize()
public int getKafkaBatchMaxWaitMs()
public String getAmqpPassword()
public String getAmqpUsername()
public String getAmqpVirtualHost()
public int getAmqpPort()
public String getAmqpHostname()
public String getAmqpQueueName()
public String getAmqpQueueType()
public String getAmqpExchangeName()
public String getAmqpRoutingKey()
public int getAmqpParallelQueues()
public boolean isAmqpPersistentMessagesEnabled()
public int getRadioTransportMaxErrors()
public org.joda.time.Duration getAmqpConnectTimeout()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.