mirror of https://github.com/apache/druid.git
docs: Dynamic config cleanup (#15265)
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
This commit is contained in:
parent
c9c3df204e
commit
935050bf43
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: coordinator
|
||||
title: "Coordinator Process"
|
||||
title: "Coordinator service"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@ -25,7 +25,7 @@ title: "Coordinator Process"
|
|||
|
||||
### Configuration
|
||||
|
||||
For Apache Druid Coordinator Process Configuration, see [Coordinator Configuration](../configuration/index.md#coordinator).
|
||||
For Apache Druid Coordinator service configuration, see [Coordinator configuration](../configuration/index.md#coordinator).
|
||||
|
||||
For basic tuning guidance for the Coordinator process, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#coordinator).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: historical
|
||||
title: "Historical Process"
|
||||
title: "Historical service"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@ -25,9 +25,9 @@ title: "Historical Process"
|
|||
|
||||
### Configuration
|
||||
|
||||
For Apache Druid Historical Process Configuration, see [Historical Configuration](../configuration/index.md#historical).
|
||||
For Apache Druid Historical service configuration, see [Historical configuration](../configuration/index.md#historical).
|
||||
|
||||
For basic tuning guidance for the Historical process, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#historical).
|
||||
For basic tuning guidance for the Historical service, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#historical).
|
||||
|
||||
### HTTP endpoints
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: middlemanager
|
||||
title: "MiddleManager Process"
|
||||
title: "MiddleManager service"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
@ -25,9 +25,9 @@ title: "MiddleManager Process"
|
|||
|
||||
### Configuration
|
||||
|
||||
For Apache Druid MiddleManager Process Configuration, see [Indexing Service Configuration](../configuration/index.md#middlemanager-and-peons).
|
||||
For Apache Druid MiddleManager service configuration, see [MiddleManager and Peons](../configuration/index.md#middlemanager-and-peons).
|
||||
|
||||
For basic tuning guidance for the MiddleManager process, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#middlemanager).
|
||||
For basic tuning guidance for the MiddleManager service, see [Basic cluster tuning](../operations/basic-cluster-tuning.md#middlemanager).
|
||||
|
||||
### HTTP endpoints
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
id: overlord
|
||||
title: "Overlord Process"
|
||||
title: "Overlord service"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue