Less than operator not working

Hi,
I am trying to use a “<“ operator to filter all the records with field “value” less than 0.5.
After applying the filter in the query I still get the records which are greater than 0.5
Here is the snapshot

I am not sure what is the issue, the field type is also correct

I don’t think Kibana supports this.

However the query works fine when you dont use decimal For example:

value:<1

This is working fine now, had to change the field "value" to FLOAT from LONG

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