From d52f3bb8170acce7d8c59a45b98dbe5c987825d8 Mon Sep 17 00:00:00 2001 From: Maarten Rijke Date: Mon, 2 Mar 2015 12:06:30 +0100 Subject: [PATCH] Update default value for druid.emitter in Configuration.md --- docs/content/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/Configuration.md b/docs/content/Configuration.md index 8f38b1b1459..8c52c775b9f 100644 --- a/docs/content/Configuration.md +++ b/docs/content/Configuration.md @@ -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