in configuration/index.md s/instantialize/initialize

This commit is contained in:
Himanshu Gupta 2015-09-09 21:18:26 -05:00
parent 7c5d2fa686
commit 39d23ffc45
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ The Druid servers emit various metrics and alerts via something we call an Emitt
|Property|Description|Default|
|--------|-----------|-------|
|`druid.emitter`|Setting this value to "noop", "logging", or "http" will instantialize one of the emitter modules. value "composing" can be used to instantialize multiple emitter modules. |noop|
|`druid.emitter`|Setting this value to "noop", "logging", or "http" will initialize one of the emitter modules. value "composing" can be used to initialize multiple emitter modules. |noop|
#### Logging Emitter Module