ingest.asciidoc 722 B

123456789101112131415161718192021
  1. [discrete]
  2. [[breaking_80_ingest_changes]]
  3. ==== Ingest pipeline changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. .The `user_agent` ingest processor's `ecs` parameter has no effect.
  8. [%collapsible]
  9. ====
  10. *Details* +
  11. In 7.2, we deprecated the `ecs` parameter for the `user_agent` ingest processor.
  12. In 8.x, the `user_agent` ingest processor will only return {ecs-ref}[Elastic
  13. Common Schema (ECS)] fields, regardless of the `ecs` value.
  14. *Impact* +
  15. To avoid deprecation warnings, remove the parameter from your ingest pipelines.
  16. If a pipeline specifies an `ecs` value, the value is ignored.
  17. ====
  18. //end::notable-breaking-changes[]