Skip to content

Commit

Permalink
Removing the "type" from the deleteByQuery that esArchiver uses (#37507)
Browse files Browse the repository at this point in the history
* Removing the "type" from the deleteByQuery that esArchiver uses

* [context] remove type from ids filter in context app
  • Loading branch information
kobelb authored and Spencer committed May 30, 2019
1 parent 16d1838 commit aaa180b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/es_archiver/lib/indices/kibana_index.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export async function cleanKibanaIndices({ client, stats, log, kibanaUrl }) {
bool: {
must_not: {
ids: {
type: '_doc',
values: ['space:default'],
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export function fetchAnchorProvider(indexPatterns, Private) {
constant_score: {
filter: {
ids: {
type: anchorType,
values: [anchorId],
},
},
Expand Down

0 comments on commit aaa180b

Please sign in to comment.