I added $request_time field to my Nginx access log without update the default mapping and used %{NUMBER:http.response.time:double} in Grok to parse it. I can use percentiles aggregation in DevTools on this field:
However, in bar chart visualization, I cannot use Range or Percentile in this field. I changed the aggregation to Term and figured out the Kibana see this field as String.
In addition, when I used TSVB, I still could apply Percentile on this field and now Kibana sees it as a number:
Does anybody know why I cannot use it with Percentile aggregation in Bar chart?
Thanks in advance.

