sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
948 stars 218 forks source link

Geopoints are being indexed wrongly inside opensearch #2024

Closed hauck-jvsh closed 9 months ago

hauck-jvsh commented 9 months ago

After some problems search for points, I found that you need to index the geopoints in the following format :[longitude, latitude]. Currently they are being indexed using the following format [latitude,longitude] Reference: https://opensearch.org/docs/latest/field-types/supported-field-types/geo-point/