From 9b539122097f0e05488c674a566a53bc894f464c Mon Sep 17 00:00:00 2001 From: Igal Levy Date: Fri, 20 Dec 2013 13:42:22 -0800 Subject: [PATCH] Added titles --- docs/content/Firehose.md | 2 ++ docs/content/Plumber.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/content/Firehose.md b/docs/content/Firehose.md index 5452f5103cb..c87d0b792bf 100644 --- a/docs/content/Firehose.md +++ b/docs/content/Firehose.md @@ -1,6 +1,8 @@ --- layout: doc_page --- + +# Druid Firehoses Firehoses describe the data stream source. They are pluggable and thus the configuration schema can and will vary based on the `type` of the firehose. | Field | Type | Description | Required | diff --git a/docs/content/Plumber.md b/docs/content/Plumber.md index bf71a83be2c..dfbb3b6b3bf 100644 --- a/docs/content/Plumber.md +++ b/docs/content/Plumber.md @@ -1,6 +1,8 @@ --- layout: doc_page --- + +# Druid Plumbers The Plumber is the thing that handles generated segments both while they are being generated and when they are "done". This is also technically a pluggable interface and there are multiple implementations, but there are a lot of details handled by the plumber such that it is expected that there will only be a few implementations and only more advanced third-parties will implement their own. |Field|Type|Description|Required|