@@ -11,6 +11,7 @@ See also <<release-highlights>> and <<es-release-notes>>.
11
11
12
12
* <<breaking_72_discovery_changes>>
13
13
* <<breaking_72_ilm_deprecations>>
14
+ * <<breaking_72_ingest_changes>>
14
15
15
16
//NOTE: The notable-breaking-changes tagged regions are re-used in the
16
17
//Installation and Upgrade Guide
@@ -31,19 +32,6 @@ unexpectedly ignored the rest. For instance if you set `discovery.seed_hosts:
31
32
discovery. Seed host addresses containing port ranges are now rejected.
32
33
33
34
[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
-
47
35
[[breaking_72_ilm_deprecations]]
48
36
=== {ilm-cap} ({ilm-init}) deprecations
49
37
@@ -56,4 +44,18 @@ deprecated. If the `indices.lifecycle.poll_interval` cluster setting is too low,
56
44
it can cause excessive load on a cluster.
57
45
58
46
To 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.
59
61
// end::notable-breaking-changes[]
0 commit comments