mirror of https://github.com/apache/druid.git
Merge pull request #1163 from mrijke/docfix-default-druid.emitter-value
Update default value for druid.emitter in Configuration.md
This commit is contained in:
commit
6cf5055ddf
|
@ -87,7 +87,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.|logging|
|
||||
|`druid.emitter`|Setting this value to "noop", "logging", or "http" will instantialize one of the emitter modules.|noop|
|
||||
|
||||
#### Logging Emitter Module
|
||||
|
||||
|
|
Loading…
Reference in New Issue