-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing ES Promotion: dashboard Reporting Download CSV Field Formatters and Scripted Fields Download CSV export of a saved search panel #96000
Comments
Pinging @elastic/kibana-presentation (Team:Presentation) |
From what I can tell the root cause here is also causing "Reporting APIs CSV Generation from SearchSource non-timebased Handle _id and _index columns" to fail, so I've skipped it here with a reference to this issue, though that test only seems to be failing in master. cc @tsullivan since it seems you worked on both these tests in #88303 |
These might have begun failing because of: elastic/elasticsearch#70575
An example of the error: The search that is posted (simplified example):
The response from Elasticsearch is:
Update:
I've confirmed with the developers of that PR that this was the culprit |
Thank for looking into this @tsullivan, do you have an idea how we're going to fix this? |
Backporting the skip for |
The latest 8.0 and 7.x ES snapshots are failing when trying to create CSV exports with the following:
https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/2533/execution/node/539/log/
It's unclear which change in ES is causing this error but it's consistent across both versions so I'm pretty.
Skipped
master/8.0: aa81dc5 + 0a6851c
7.x/7.13: e1f8c81 + 1999332
The text was updated successfully, but these errors were encountered: