Skip to content

Commit

Permalink
Filter out error docs from standalone cluster lists (#140102)
Browse files Browse the repository at this point in the history
* Attempt: Filter out error docs from standalone cluster lists

Not working yet.

* Remove unnecessary filter

standaloneClusterFilter already had this covered, but the field wasn't mapped initially.

Co-authored-by: Kevin Lacabane <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2022
1 parent 385dc10 commit f84444d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export const standaloneClusterFilter = {
field: 'cluster_uuid',
},
},
{
exists: {
field: 'error',
},
},
],
},
},
Expand Down

0 comments on commit f84444d

Please sign in to comment.