jon-wei commented on a change in pull request #6127: Unified configuration doc page URL: https://github.com/apache/incubator-druid/pull/6127#discussion_r208771227
########## File path: docs/content/configuration/configuration-reference.md ########## @@ -0,0 +1,1512 @@ +--- +layout: doc_page +--- + +# Configuration Reference + +This page documents all of the configuration properties for each Druid service type. + +## Table of Contents + * [Common configurations](#common-configurations) + * [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](#middle-manager-and-peons) Review comment: Fixed ---------------------------------------------------------------- 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]
