-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
>bugTeam:ClientsMeta label for clients teamMeta label for clients teamTeam:Data ManagementMeta label for data/management teamMeta label for data/management teamblockerv8.0.0-rc1
Description
Elasticsearch version: the nightly version
Related to #73424 cc @jbaiera
Description of the problem including expected versus actual behavior:
Kibana is in process of upgrading elasticsearch-js dependency. elastic/kibana#113950
The latest version of elasticsearch-js library checks x-elastic-product header presence in every response.
A Kibana integration test started suddenly failing because 413 Payload too large error response doesn't contain the header.
Steps to reproduce:
- install kibana repository
- check out on
issue-108387-es-client-80branch - run
yarn kbn bootstrapcommand - run the test
src/core/server/saved_objects/migrationsv2/integration_tests/batch_size_bytes_exceeds_es_content_length.test.ts
expected test passes
actual test fails with Error: Unable to complete saved object migrations for the [.kibana] index. ProductNotSupportedError: The client noticed that the server is not Elasticsearch and we do not support this unknown product.]
Metadata
Metadata
Assignees
Labels
>bugTeam:ClientsMeta label for clients teamMeta label for clients teamTeam:Data ManagementMeta label for data/management teamMeta label for data/management teamblockerv8.0.0-rc1