elasticsearch/docs/reference/migration
David Turner 6e3fe01b5a
Reject unknown bulk actions (#89450)
Requests to the bulk API comprise a sequence of items, each of which
starts with a JSON object describing the item. This object includes the
type of action to perform with the item which should be one of `create`,
`update`, `index`, or `delete`. In earlier versions Elasticsearch would
ignore items with an unrecognized type, skipping the next line in the
request, but this lenient behaviour means that there is no way for the
client to associate the items in the response with the items in the
request, and in some cases it would cause the remainder of the request
to be parsed incorrectly.

With this commit, requests to the bulk API must comprise only items with
recognized types. Elasticsearch will reject requests containing any
items with an unrecognized type with a `400 Bad Request` error response.
2022-09-05 20:57:02 +09:30
..
apis [Docs] Fix url for feature migration APIs (#86330) 2022-05-03 10:05:02 +10:00
migrate_8_0 [DOCS] Update CCS forward compatibility docs (#84055) 2022-02-28 08:18:04 -05:00
index.asciidoc Add 8.5 migration docs (#88923) 2022-07-29 11:59:32 +09:30
migrate_8_0.asciidoc [DOCS] Remove 8.0.0 coming tag (#83757) (#83781) 2022-02-10 07:48:45 -05:00
migrate_8_1.asciidoc DOCS: [8.3] Add 8.1.2 release notes (#85448) (#85557) 2022-03-31 16:44:22 +02:00
migrate_8_2.asciidoc [DOCS] Adds 8.2.1 release notes and ml-cpp PRs (#86933) 2022-05-19 16:18:14 -07:00
migrate_8_3.asciidoc Forward-port 8.3.1 release notes 2022-07-01 11:19:14 +01:00
migrate_8_4.asciidoc [Doc] Release notes for v8.4.1 (#89636) (#89726) 2022-08-30 07:59:04 -07:00
migrate_8_5.asciidoc Reject unknown bulk actions (#89450) 2022-09-05 20:57:02 +09:30
migration.asciidoc [DOCS] Update migration APIs docs (#83901) 2022-02-15 12:19:04 -05:00
migration_intro.asciidoc Added migration/index.asciidoc generation support (#87318) 2022-06-02 16:05:18 +02:00
transient-settings-migration-guide.asciidoc [DOCS] Un-deprecate transient cluster settings (#80766) (#80780) 2021-11-16 16:00:13 -05:00