You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it is not correct syntax for a nested field. When discover sends the query, it somehow converts this stored filter into correct nested syntax, so discover search still works
What is the bug?
CSV with filter on
nested
type fields is emptyHow can one reproduce the bug?
Steps to reproduce the behavior:
tag.value
is123
What is the expected behavior?
csv should have results
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
This happens because when discover adds the filter on
tag.value
, it is stored asBut it is not correct syntax for a nested field. When discover sends the query, it somehow converts this stored filter into correct nested syntax, so discover search still works
Reporting doesn't do this step, it uses the first version directly, leading to no results.
A workaround would be to edit the filter as DSL then paste the correct syntax instead of using UI to add this filter.
The text was updated successfully, but these errors were encountered: