From 04481d1d178a40e7e7360c974d416a096c25b3c7 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 21 Sep 2021 11:29:20 -0400 Subject: [PATCH] [DOCS] Fix formatting for 7.2 breaking changes --- docs/reference/migration/migrate_7_2.asciidoc | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/reference/migration/migrate_7_2.asciidoc b/docs/reference/migration/migrate_7_2.asciidoc index c7f14dd9d22cd..e3a7c675db1ad 100644 --- a/docs/reference/migration/migrate_7_2.asciidoc +++ b/docs/reference/migration/migrate_7_2.asciidoc @@ -11,6 +11,7 @@ See also <> and <>. * <> * <> +* <> //NOTE: The notable-breaking-changes tagged regions are re-used in the //Installation and Upgrade Guide @@ -31,19 +32,6 @@ unexpectedly ignored the rest. For instance if you set `discovery.seed_hosts: discovery. Seed host addresses containing port ranges are now rejected. [discrete] -[[breaking_72_ingest_changes]] -=== Ingest pipeline changes - -[discrete] -[[deprecate-ecs-parameter]] -==== The `user_agent` ingest processor's `ecs` parameter is deprecated. - -The `ecs` parameter for the `user_agent` ingest processor is deprecated and will -be removed in 8.0. In 8.x, the `user_agent` ingest processor will only return -{ecs-ref}[Elastic Common Schema (ECS)] fields. - -To avoid deprecation warnings, remove the parameter from your ingest pipelines. - [[breaking_72_ilm_deprecations]] === {ilm-cap} ({ilm-init}) deprecations @@ -56,4 +44,18 @@ deprecated. If the `indices.lifecycle.poll_interval` cluster setting is too low, it can cause excessive load on a cluster. To avoid deprecation warnings, use a setting value of `1s` or greater. + +[discrete] +[[breaking_72_ingest_changes]] +=== Ingest pipeline changes + +[discrete] +[[deprecate-ecs-parameter]] +==== The `user_agent` ingest processor's `ecs` parameter is deprecated. + +The `ecs` parameter for the `user_agent` ingest processor is deprecated and will +be removed in 8.0. In 8.x, the `user_agent` ingest processor will only return +{ecs-ref}[Elastic Common Schema (ECS)] fields. + +To avoid deprecation warnings, remove the parameter from your ingest pipelines. // end::notable-breaking-changes[]