@@ -11,6 +11,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
1111
1212* <<breaking_72_discovery_changes>>
1313* <<breaking_72_ilm_deprecations>>
14+ * <<breaking_72_ingest_changes>>
1415
1516//NOTE: The notable-breaking-changes tagged regions are re-used in the
1617//Installation and Upgrade Guide
@@ -31,19 +32,6 @@ unexpectedly ignored the rest. For instance if you set `discovery.seed_hosts:
3132discovery. Seed host addresses containing port ranges are now rejected.
3233
3334[discrete]
34- [[breaking_72_ingest_changes]]
35- === Ingest pipeline changes
36-
37- [discrete]
38- [[deprecate-ecs-parameter]]
39- ==== The `user_agent` ingest processor's `ecs` parameter is deprecated.
40-
41- The `ecs` parameter for the `user_agent` ingest processor is deprecated and will
42- be removed in 8.0. In 8.x, the `user_agent` ingest processor will only return
43- {ecs-ref}[Elastic Common Schema (ECS)] fields.
44-
45- To avoid deprecation warnings, remove the parameter from your ingest pipelines.
46-
4735[[breaking_72_ilm_deprecations]]
4836=== {ilm-cap} ({ilm-init}) deprecations
4937
@@ -56,4 +44,18 @@ deprecated. If the `indices.lifecycle.poll_interval` cluster setting is too low,
5644it can cause excessive load on a cluster.
5745
5846To avoid deprecation warnings, use a setting value of `1s` or greater.
47+
48+ [discrete]
49+ [[breaking_72_ingest_changes]]
50+ === Ingest pipeline changes
51+
52+ [discrete]
53+ [[deprecate-ecs-parameter]]
54+ ==== The `user_agent` ingest processor's `ecs` parameter is deprecated.
55+
56+ The `ecs` parameter for the `user_agent` ingest processor is deprecated and will
57+ be removed in 8.0. In 8.x, the `user_agent` ingest processor will only return
58+ {ecs-ref}[Elastic Common Schema (ECS)] fields.
59+
60+ To avoid deprecation warnings, remove the parameter from your ingest pipelines.
5961// end::notable-breaking-changes[]
0 commit comments