I use Graylog 2.10.0 to collect the logs. I set a Grok pattern to parse my log, and one field is
%{NUMBER:consume_time;int}ms
,and it works well, I capture consume_time correctly, but when I try to use "statistics" function, it only show "Total" and "Cardinality", the other fields are marked as "NaN"。
And I also check the document type in ElasticSearch, it shows the type of "consume_time" is "long".
Anyone can tell me why?