mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 18:33:26 -04:00
These are breaking changes that were present in the release notes but the PR didn't include any "narrative long form" description for the docs.
27 lines
1 KiB
Text
27 lines
1 KiB
Text
[float]
|
|
[[breaking_70_ingest_changes]]
|
|
=== API changes
|
|
|
|
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
|
//Installation and Upgrade Guide
|
|
|
|
//tag::notable-breaking-changes[]
|
|
|
|
[float]
|
|
==== Ingest configuration exception information is now transmitted in metadata field
|
|
|
|
Previously, some ingest configuration exception information about ingest processors
|
|
was sent to the client in the HTTP headers, which is inconsistent with how
|
|
exceptions are conveyed in other parts of Elasticsearch.
|
|
|
|
Configuration exception information is now conveyed as a field in the response
|
|
body.
|
|
//end::notable-breaking-changes[]
|
|
[float]
|
|
==== Ingest plugin special handling has been removed
|
|
There was some special handling for installing and removing the `ingest-geoip` and
|
|
`ingest-user-agent` plugins after they were converted to modules. This special handling
|
|
was done to minimize breaking users in a minor release, and would exit with a status code
|
|
zero to avoid breaking automation.
|
|
|
|
This special handling has now been removed.
|