Skip to content

Commit 0d95099

Browse files
[manage data] Add Curator intro (#487)
Closes elastic/docs-projects#378 This PR adds content to the Curator page. I wish I could provide a sentence or two on when it might be appropriate to use Curator instead of or in addition to ILM, but it's not clear to me in what situations a user might use Curator. Note: I also removed the mapped pages from the frontmatter because all redirects should go to the reference pages instead. I confirmed these URLs are mapped in the reference content. --------- Co-authored-by: wajihaparvez <[email protected]>
1 parent 3913e85 commit 0d95099

File tree

5 files changed

+4
-42
lines changed

5 files changed

+4
-42
lines changed

manage-data/lifecycle/curator.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
---
2-
mapped_urls:
3-
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/about.html
4-
- https://www.elastic.co/guide/en/elasticsearch/client/curator/current/ilm.html
2+
navigation_title: Curator
53
---
64

7-
# Curator
5+
# Elasticsearch Curator
86

9-
% What needs to be done: Refine
7+
Similar to {{ilm-cap}} ({{ilm-init}}), Elasticsearch Curator can help you manage index lifecycles. **If {{ilm-init}} provides the functionality to manage your index lifecycle and you have at least a Basic license, use {{ilm-init}} instead of Curator.** Many {{stack}} components use {{ilm-init}} by default.
108

11-
% GitHub issue: docs-projects#378
12-
13-
% Scope notes: Write a brief intro and link to the relevant reference content.
14-
15-
% Use migrated content from existing pages that map to this page:
16-
17-
% - [ ] ./raw-migrated-files/curator/elasticsearch-client-curator/about.md
18-
% - [ ] ./raw-migrated-files/curator/elasticsearch-client-curator/ilm.md
9+
If you're looking for additional functionality for managing your index lifecycle, you can read more about how Elasticsearch Curator may help in [Curator index management](https://www.elastic.co/guide/en/elasticsearch/client/curator/current/index.html).

raw-migrated-files/curator/elasticsearch-client-curator/about.md

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

raw-migrated-files/curator/elasticsearch-client-curator/ilm.md

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

raw-migrated-files/curator/elasticsearch-client-curator/index.md

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

raw-migrated-files/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ toc:
197197
- file: cloud/cloud/ec-upgrade-deployment.md
198198
- file: cloud/cloud/ec-user-privileges.md
199199
- file: cloud/cloud/ec-working-with-elasticsearch.md
200-
- file: curator/elasticsearch-client-curator/index.md
201-
children:
202-
- file: curator/elasticsearch-client-curator/about.md
203-
- file: curator/elasticsearch-client-curator/ilm.md
204200
- file: docs-content/serverless/index.md
205201
children:
206202
- file: docs-content/serverless/_cloud_native_vulnerability_management_dashboard.md

0 commit comments

Comments
 (0)