Skip to content

Commit 30a37ff

Browse files
committed
Move files out of errant dir
1 parent c0d949f commit 30a37ff

File tree

15 files changed

+68
-64
lines changed

15 files changed

+68
-64
lines changed

manage-data/lifecycle/index-lifecycle-management/index-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you use {{es}}'s security features, {{ilm-init}} performs operations as the u
3131
The minimum age defaults to zero, which causes {{ilm-init}} to move indices to the next phase as soon as all actions in the current phase complete.
3232

3333
::::{note}
34-
If an index has been [rolled over](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-rollover.html), then the `min_age` value is relative to the time the index was rolled over, not the index creation time. [Learn more](../../../troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md#min-age-calculation).
34+
If an index has been [rolled over](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-rollover.html), then the `min_age` value is relative to the time the index was rolled over, not the index creation time. [Learn more](../../../troubleshoot/elasticsearch/index-lifecycle-management-errors.md#min-age-calculation).
3535

3636
::::
3737

manage-data/lifecycle/index-lifecycle-management/rollover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Data streams are designed for append-only data, where the data stream name can b
2727
* A single index designated as the *write index*. This is the active index that handles all write requests. On each rollover, the new index becomes the write index.
2828

2929
::::{note}
30-
When an index is rolled over, the previous index’s age is updated to reflect the rollover time. This date, rather than the index’s `creation_date`, is used in {{ilm}} `min_age` phase calculations. [Learn more](../../../troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md#min-age-calculation).
30+
When an index is rolled over, the previous index’s age is updated to reflect the rollover time. This date, rather than the index’s `creation_date`, is used in {{ilm}} `min_age` phase calculations. [Learn more](../../../troubleshoot/elasticsearch/index-lifecycle-management-errors.md#min-age-calculation).
3131

3232
::::
3333

manage-data/lifecycle/index-lifecycle-management/skip-rollover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can set it manually to skip rollover if you need to make an exception to you
1212
If an index’s lifecycle policy is removed, this setting is also removed.
1313

1414
::::{important}
15-
When `index.lifecycle.indexing_complete` is `true`, {{ilm-init}} verifies that the index is no longer the write index for the alias specified by `index.lifecycle.rollover_alias`. If the index is still the write index or the rollover alias is not set, the index is moved to the [`ERROR` step](../../../troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md).
15+
When `index.lifecycle.indexing_complete` is `true`, {{ilm-init}} verifies that the index is no longer the write index for the alias specified by `index.lifecycle.rollover_alias`. If the index is still the write index or the rollover alias is not set, the index is moved to the [`ERROR` step](../../../troubleshoot/elasticsearch/index-lifecycle-management-errors.md).
1616
::::
1717

1818

manage-data/lifecycle/index-lifecycle-management/tutorial-automate-rollover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For example, you might define a `timeseries_policy` that has two phases:
3535
* A `delete` phase that sets `min_age` to remove the index 90 days after rollover.
3636

3737
::::{note}
38-
The `min_age` value is relative to the rollover time, not the index creation time. [Learn more](../../../troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md#min-age-calculation).
38+
The `min_age` value is relative to the rollover time, not the index creation time. [Learn more](../../../troubleshoot/elasticsearch/index-lifecycle-management-errors.md#min-age-calculation).
3939

4040
::::
4141

raw-migrated-files/cloud/cloud-heroku/ech-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can also search and filter the table based on affected resources, such as in
5151
:alt: {{es}} Health page with details and troubleshooting
5252
:::
5353

54-
For each issue you can either use a troubleshooting link or get a suggestion to contact support, in case you need help. The [troubleshooting documentation](../../../troubleshoot/elasticsearch/elasticsearch-reference.md) for {{es}} provides more details on specific errors.
54+
For each issue you can either use a troubleshooting link or get a suggestion to contact support, in case you need help. The [troubleshooting documentation](../../../troubleshoot/elasticsearch/elasticsearch.md) for {{es}} provides more details on specific errors.
5555

5656

5757
## {{es}} cluster performance [ech-es-cluster-performance]

raw-migrated-files/cloud/cloud/ec-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can also search and filter the table based on affected resources, such as in
5757
:alt: {{es}} Health page with details and troubleshooting
5858
:::
5959

60-
For each issue you can either use a troubleshooting link or get a suggestion to contact support, in case you need help. The [troubleshooting documentation](../../../troubleshoot/elasticsearch/elasticsearch-reference.md) for {{es}} provides more details on specific errors.
60+
For each issue you can either use a troubleshooting link or get a suggestion to contact support, in case you need help. The [troubleshooting documentation](../../../troubleshoot/elasticsearch/elasticsearch.md) for {{es}} provides more details on specific errors.
6161

6262

6363
## {{es}} cluster performance [ec-es-cluster-performance]

raw-migrated-files/tech-content/starting-with-the-elasticsearch-platform-and-its-solutions/troubleshooting-and-faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Throughout the Elastic docs we have a number of troubleshooting and frequently a
1212

1313
**{{es}}**
1414

15-
* [{{es}} troubleshooting](../../../troubleshoot/elasticsearch/elasticsearch-reference.md)
16-
* [Troubleshooting index lifecycle management errors](../../../troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md)
15+
* [{{es}} troubleshooting](../../../troubleshoot/elasticsearch/elasticsearch.md)
16+
* [Troubleshooting index lifecycle management errors](../../../troubleshoot/elasticsearch/index-lifecycle-management-errors.md)
1717

1818
**{{ecloud}}**
1919

troubleshoot/elasticsearch/clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use the topics in this section to troubleshoot {{es}} clusters:
1515
* [](/troubleshoot/elasticsearch/clusters.md)
1616
* [](/troubleshoot/elasticsearch/troubleshooting-unstable-cluster.md)
1717
* [](/troubleshoot/elasticsearch/troubleshooting-unbalanced-cluster.md)
18-
* [](/troubleshoot/elasticsearch/elasticsearch-reference/remote-clusters.md)
18+
* [](/troubleshoot/elasticsearch/remote-clusters.md)
1919
* [](/troubleshoot/elasticsearch/diagnose-unassigned-shards.md)
2020
* [](/troubleshoot/elasticsearch/troubleshooting-shards-capacity-issues.md)
2121
* []()

troubleshoot/elasticsearch/elasticsearch-reference/security.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

troubleshoot/elasticsearch/elasticsearch-reference.md renamed to troubleshoot/elasticsearch/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you’re using Elastic Cloud Hosted, then you can use AutoOps to monitor your
3737
## Management [troubleshooting-management]
3838

3939
* [Troubleshoot index and snapshot lifecycle management](start-ilm.md)
40-
* [Fix index lifecycle management errors](/troubleshoot/elasticsearch/elasticsearch-reference/index-lifecycle-management-errors.md)
40+
* [Fix index lifecycle management errors](/troubleshoot/elasticsearch/index-lifecycle-management-errors.md)
4141

4242

4343
## Capacity [troubleshooting-capacity]

0 commit comments

Comments
 (0)