Update default value for druid.emitter in Configuration.md

This commit is contained in:
Maarten Rijke 2015-03-02 12:06:30 +01:00
parent c21086b6a8
commit d52f3bb817
1 changed files with 1 additions and 1 deletions

View File

@ -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