mirror of https://github.com/apache/druid.git
in configuration/index.md s/instantialize/initialize
This commit is contained in:
parent
7c5d2fa686
commit
39d23ffc45
|
@ -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