Data Type conversion

How to convert?

  1. Latitude and longitude from string type to float type
  2. Date from String type to Date type or DateTime type

Thanks.

  1. If the field is defined as a geo_point in elasticsearch you do not need to do the conversion, elasticsearch will do it for you. If you still want to do the conversion use the convert option on a mutate filter

  2. Use a date filter

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