After created a Stream with a rule that in the field Application I receive a keyword called “Corridas”, I started to get a lot of errors like this in the Elastic Search logs:
Caused by: java.lang.IllegalArgumentException: Expected numeric type on field [Application], but got [keyword]
So how can I use a filter/rule that I can only receive in a field things related with a word x?
Is there a way that I can just deny the user to search some keywords, even it’s in All Messages Stream?
Is just with streams that I can deal with permissions to a user?