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:
Xavier Léauté 2015-03-02 10:29:54 -08:00
commit 6cf5055ddf
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