Skip to content
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

Removing the "type" from the deleteByQuery that esArchiver uses #37507

Merged
merged 2 commits into from
May 30, 2019

Conversation

kobelb
Copy link
Contributor

@kobelb kobelb commented May 30, 2019

CI is red because of elastic/elasticsearch#42112 and we're specifying the "type" when doing the delete by query to delete everything except the default space.

[00:00:36] │ [parsing_exception] [1:65] [ids] unknown field [type], parser not found, with { line=1 & col=65 }
[00:00:36] │ :: {"path":"/.kibana/_delete_by_query","query":{},"body":"{"query":{"bool":{"must_not":{"ids":{"type":"_doc","values":["space:default"]}}}}}","statusCode":400,"response":"{"error":{"root_cause":[{"type":"parsing_exception","reason":"[1:65] [ids] unknown field [type], parser not found","line":1,"col":65}],"type":"parsing_exception","reason":"[1:65] [ids] unknown field [type], parser not found","line":1,"col":65,"caused_by":{"type":"x_content_parse_exception","reason":"[1:65] [ids] unknown field [type], parser not found"}},"status":400}"}
[00:00:36] │ at respond (/var/lib/jenkins/workspace/elastic+kibana+master/JOB/x-pack-

Copy link
Contributor

@epixa epixa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM if previously failing CI jobs pass this point.

@elasticmachine
Copy link
Contributor

💔 Build Failed

@spalger
Copy link
Contributor

spalger commented May 30, 2019

Tested locally, merging to hopefully unblock CI

@spalger spalger merged commit aaa180b into elastic:master May 30, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request May 30, 2019
…tic#37507)

* Removing the "type" from the deleteByQuery that esArchiver uses

* [context] remove type from ids filter in context app
spalger pushed a commit that referenced this pull request May 30, 2019
…#37507) (#37514)

* Removing the "type" from the deleteByQuery that esArchiver uses

* [context] remove type from ids filter in context app
spalger pushed a commit that referenced this pull request May 30, 2019
spalger pushed a commit that referenced this pull request May 30, 2019
@elasticmachine
Copy link
Contributor

💔 Build Failed

jkakavas pushed a commit to jkakavas/kibana that referenced this pull request May 30, 2019
…tic#37507)

* Removing the "type" from the deleteByQuery that esArchiver uses

* [context] remove type from ids filter in context app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants