jihoonson commented on a change in pull request #6127: Unified configuration 
doc page
URL: https://github.com/apache/incubator-druid/pull/6127#discussion_r209062976
 
 

 ##########
 File path: docs/content/configuration/index.md
 ##########
 @@ -2,11 +2,73 @@
 layout: doc_page
 ---
 
-# Configuring Druid
-
-This describes the common configuration shared by all Druid nodes. These 
configurations can be defined in the `common.runtime.properties` file.
-
-## JVM Configuration Best Practices
+# Configuration Reference
+
+This page documents all of the configuration properties for each Druid service 
type.
+
+## Table of Contents
+  * [Common configurations](#common-configurations)
+    * [JVM Configuration Best Practices](#jvm-configuration-best-practices)
+    * [Extensions](#extensions)
+    * [Modules](#modules)
+    * [Zookeeper](#zookeper)
+    * [Exhibitor](#exhibitor)
+    * [TLS](#tls)
+    * [Authentication & Authorization](#authentication-and-authorization)
+    * [Startup Logging](#startup-logging)
+    * [Request Logging](#request-logging)
+    * [Enabling Metrics](#enabling-metrics)
+    * [Emitting Metrics](#emitting-metrics)
+    * [Metadata Storage](#metadata-storage)
+    * [Deep Storage](#deep-storage)
+    * [Task Logging](#task-logging)
+    * [Indexing Service Discovery](#indexing-service-discovery)
+    * [Coordinator Discovery](#coordinator-discovery)
+    * [Announcing Segments](#announcing-segments)
+    * [JavaScript](#javascript)
+    * [Double Column Storage](#double-column-storage)
+  * [Coordinator](#coordinator)
+    * [Static Configuration](#static-configuration)
+        * [Node Config](#coordinator-node-config)
+        * [Coordinator Operation](#coordinator-operation)
+        * [Segment Management](#segment-management)
+        * [Metadata Retrieval](#metadata-retrieval)
+    * [Dynamic Configuration](#dynamic-configuration)
+        * [Lookups](#lookups-dynamic-configuration)
+        * [Compaction](#compaction-dynamic-configuration)
+  * [Overlord](#overlord)
+    * [Node Config](#overlord-node-config)
+    * [Static Configuration](#overlord-static-configuration)
+    * [Dynamic Configuration](#overlord-dynamic-configuration)
+        * [Worker Select Strategy](#worker-select-strategy)
+        * [Autoscaler](#autoscaler)
+  * [MiddleManager & Peons](#middlemanager-and-peons)
+    * [Node Config](#middlemanager-node-config)
+    * [MiddleManger Configuration](#middlemanager-configuration)
+    * [Peon Processing](#peon-processing)
+    * [Peon Query Configuration](#peon-query-configuration)
+    * [Caching](#peon-caching)
+    * [Additional Peon Configuration](#additional-peon-configuration)
+  * [Broker](#broker)
+    * [Node Config](#broker-node-configs)
+    * [Query Configuration](#broker-query-configuration)
+    * [SQL](#sql)
+    * [Caching](#broker-caching)
+    * [Segment Discovery](#segment-discovery)
+  * [Historical](#historical)
+    * [Node Configuration](#historical-node-config)
+    * [General Configuration](#historical-general-configuration)
+    * [Query Configs](#historical-query-configs)
+    * [Caching](#historical-caching)
+  * [Caching](#cache-configuration)
+  * [General Query Configuration](#general-query-configuration)
+  * [Realtime nodes (Deprecated)](#realtime-nodes)
+
+## Common Configurations
+
+The properties under this section are common configurations that should be 
shared across all Druid services in a cluster.
 
 Review comment:
   Looks like it helps if we add a proper configuration file name to each 
section for other parts. For example, middleManager configurations should be in 
`${DRUID_HOME}/conf/druid/middleManager/runtime.properties`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to