Skip to content

Dashboard context returns invalid filter #13181

Closed

Description

When there are no fitlers or queries the dashboard context returns an invalid bool filter.

{
  must: [null], 
  must_not: []
}

It needs to check to make sure the filter are not null before they are pushed into the must and must_not arrays. This bug was introduced with #12624

This was originally reported with elastic/beats#4777

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)PR sentblockerbugFixes for quality problems that affect the customer experiencev6.0.0v6.0.0-beta1

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions