mirror of https://github.com/apache/druid.git
13 lines
403 B
Properties
13 lines
403 B
Properties
druid.host=localhost
|
|
druid.service=realtime
|
|
druid.port=8083
|
|
|
|
# Change this config to db to hand off to the rest of the Druid cluster
|
|
druid.publish.type=noop
|
|
|
|
druid.processing.buffer.sizeBytes=100000000
|
|
druid.processing.numThreads=1
|
|
|
|
# Enable Real monitoring
|
|
# druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor","io.druid.segment.realtime.RealtimeMetricsMonitor"]
|