kibana filter by absent substring

Viewed 46344

How to make such kind of requests for kibana?

where field does not contain substring

It is easy to create filters like field: substring. Neither not "substring" or field: not(substring) or field: not(*substring*) work

2 Answers
Related