mirror of https://github.com/apache/druid.git
Merge pull request #1717 from himanshug/doc_fix
in configuration/index.md s/instantialize/initialize
This commit is contained in:
commit
e5532367e1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue