cluster api toc update (#2573)
Signed-off-by: ariamarble <armarble@amazon.com>
This commit is contained in:
parent
80aba53496
commit
0b9f2c866f
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster allocation explain
|
||||
nav_order: 15
|
||||
nav_order: 10
|
||||
parent: Cluster APIs
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Cluster allocation explain
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster routing and awareness
|
||||
nav_order: 16
|
||||
nav_order: 20
|
||||
parent: Cluster APIs
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Cluster routing and awareness
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster decommission
|
||||
nav_order: 20
|
||||
nav_order: 30
|
||||
parent: Cluster APIs
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Cluster decommission
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster health
|
||||
nav_order: 17
|
||||
nav_order: 40
|
||||
parent: Cluster APIs
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Cluster health
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster settings
|
||||
nav_order: 18
|
||||
nav_order: 50
|
||||
parent: Cluster APIs
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Cluster settings
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster stats
|
||||
nav_order: 18
|
||||
nav_order: 60
|
||||
parent: Cluster APIs
|
||||
has_children: false
|
||||
---
|
||||
|
||||
# Cluster stats
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: default
|
||||
title: Cluster APIs
|
||||
has_children: true
|
||||
nav_order: 15
|
||||
redirect_from:
|
||||
- /opensearch/api-reference/cluster-api/
|
||||
---
|
||||
|
||||
# Cluster APIs
|
||||
|
||||
The cluster APIs allow you to manage your cluster. You can use them to check cluster health, modify settings, retrieve statistics, and more.
|
Loading…
Reference in New Issue