Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions troubleshoot/elasticsearch/add-tier.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
- https://www.elastic.co/guide/en/elasticsearch/reference/current/add-tier.html
applies_to:
stack:
deployment:
eck:
ess:
ece:
self:
products:
- id: elasticsearch
---
Expand All @@ -25,10 +20,9 @@

:::::::{tab-set}

::::::{tab-item} {{ech}}
::::::{tab-item} {{kib}}
In order to get the shards assigned we need enable a new tier in the deployment.

Check notice on line 24 in troubleshoot/elasticsearch/add-tier.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.Wordiness: Consider using 'to' instead of 'In order to'.

**Use {{kib}}**

1. Log in to the [{{ecloud}} console](https://cloud.elastic.co?page=docs&placement=docs-body).
2. On the **Hosted deployments** panel, click the name of your deployment.
Expand Down Expand Up @@ -70,8 +64,8 @@
8. Navigate to the bottom of the page and click the **Save** button.
::::::

::::::{tab-item} Self-managed
::::::{tab-item} API
In order to get the shards assigned you can add more nodes to your {{es}} cluster and assign the index’s target tier [node role](../../manage-data/lifecycle/index-lifecycle-management/migrate-index-allocation-filters-to-node-roles.md#assign-data-tier) to the new nodes.

Check notice on line 68 in troubleshoot/elasticsearch/add-tier.md

View workflow job for this annotation

GitHub Actions / preview / vale

Elastic.Wordiness: Consider using 'to' instead of 'In order to'.

To determine which tier an index requires for assignment, use the [get index setting](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-settings) API to retrieve the configured value for the `index.routing.allocation.include._tier_preference` setting:

Expand Down
Loading