Right now all fields from nginx channel to logstash are mapped as text. Which is bad for fields which are actually numeric, as it prevents aggregation.
I think it makes sense to set up config for the following:
- request_time: float
- response_size: long
- upstream_time: float
We can define additional mappings in logstash template.