-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)PR sentblockerbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencev6.0.0v6.0.0-beta1
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
Metadata
Metadata
Assignees
Labels
Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)PR sentblockerbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencev6.0.0v6.0.0-beta1