docs: Dynamic config cleanup (#15265)

Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
This commit is contained in:
Katya Macedo 2023-11-01 13:22:33 -05:00 committed by GitHub
parent c9c3df204e
commit 935050bf43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 443 additions and 508 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
---
id: overlord
title: "Overlord Process"
title: "Overlord service"
---
<!--