Merge pull request #1717 from himanshug/doc_fix

in configuration/index.md s/instantialize/initialize
This commit is contained in:
Gian Merlino 2015-09-09 21:35:21 -07:00
commit e5532367e1
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