Kibana filter field formaed with commas

Hi,
I have field which look like this
message_json.main.data: 0, 0, 0
0 can be 1 and I want to filter like 0, 0, 1 or 0, 1, 0 or 1, 0, 0
The field type is number.
When Im trying to filter like
message_json.main.data:"0, 1, 0" it gives me an error.
When I clic filter like this in kibana it creates 2 roles (message_json.main.data:"0", message_json.main.data:"1") which ones not working correct

So how do I filter this

Thanks in advance.

What error?

Discover: failed to create query: { "bool" : { "must" : [ { "query_string" : { "query" : "message_json.main.data::"0, 1, 0"", …

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.