Skip to content

Commit 364a82f

Browse files
committed
Formatting fixes
1 parent 34697d4 commit 364a82f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

manage-data/migrate/migrate-with-logstash.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Familiarity with {{ech}}, {{es}}, and {{ls}} is helpful, but not required.
2222
This guide focuses on a basic data migration scenario for moving static data from an {{ech}} deployment to a {{serverless-full}} project. Dashboards, visualizations, pipelines, templates, and other {{kib}} assets must be migrated separately using the {{kib}} [export/import APIs](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-saved-objects) or recreated manually.
2323
:::
2424

25+
:::{admonition} Advanced migration
26+
:applies_to: stack: preview
27+
28+
{{ls}} can handle more advanced migrations with field tracking settings in the [Elasticsearch input](https://www.elastic.co/docs/reference/logstash/plugins/plugins-inputs-elasticsearch) plugin. The field tracking feature adds cursor-like pagination functionality that can support more complex migrations and ongoing data migration over time.
29+
30+
More information is available in the Elasticsearch input plugin documentation: [Tracking a field's value across runs](https://www.elastic.co/docs/reference/logstash/plugins/plugins-inputs-elasticsearch#plugins-inputs-elasticsearch-cursor).
31+
:::
32+
2533
## Prerequisites [migrate-prereqs]
2634

2735
- {{ech}} deployment with data to migrate
@@ -85,11 +93,3 @@ After running {{ls}}, verify that the data has been successfully migrated:
8593
2. Navigate to Index Management and select the index.
8694
3. Verify that the migrated data is visible.
8795

88-
<br>
89-
:::{admonition} Advanced migration
90-
:applies_to: stack: preview
91-
92-
{{ls}} can handle more advanced migrations with field tracking settings in the [Elasticsearch input](https://www.elastic.co/docs/reference/logstash/plugins/plugins-inputs-elasticsearch) plugin. The field tracking feature adds cursor-like pagination functionality that can support more complex migrations and ongoing data migration over time.
93-
94-
More information is available in the Elasticsearch input plugin documentation: [Tracking a field's value across runs](https://www.elastic.co/docs/reference/logstash/plugins/plugins-inputs-elasticsearch#plugins-inputs-elasticsearch-cursor).
95-
:::

0 commit comments

Comments
 (0)