Recently upgraded log message include field requestElapsedTime to replaced elapsed_tme but from index pattern for requestElaspedTIme the type is 'string' only not 'number' for metric result.
I've added below on logstash conf.d to convert the field type as number and restarted logstash but 'number' field still not on list.
If an index already contains documents where that field is type string then even if logstash sends integers elasticsearch will convert them to string as it indexes them. Try rolling over to a new index.
For field name elapse_time there is type 'number' where I can select operator 'in between' or 'in not between' the number values. I want the same for requestElapsedTime.
if logstash sends integers, elasticsearch will converts field requestElapsedTime to string as it indexes them but I don't see the 'is between" & "is not between" operators on visualisation when create metric.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.