I cannot add a new filter in Kibana if a custom filter is already present.
Repro:
- In Discover tab, expand a log entry.
- Add a filter for any value (click on the looking glass with plus sign in it)
Result: a new filter is added to the filters bar. - Repeat step 2 for a different field.
Result: a new filter is added to the filters bar. - Edit the last filter. E.g. enclose the existing "match" clause into a "bool|should" clause.
- Repeat step 2 for a different field.
Result: NO new filter is added.
Basically, as soon as I edit a filter I cannot add any new filters after that. And so I'm unable to further filter the query results using the filters functionality. I can, of course, use the search bar and type queries there, but that is much slower and much less manageable than point-and-click filters interface.