How to write this equation in LogStash lat = lat_min + (Y * lat_range / y_range) long = long_min + (X * long_range / x_range)

Hello Geeks , I have a formula I want to write into LogStash but I don't know the syntax

lat = lat_min + (Y * lat_range / y_range)

long = long_min + (X * long_range / x_range)

Thanks :))

This looks like a duplicate of How to write this algorithm in Logstash and display the new fields in Kibana

Please do not open multiple threads for a single issue.

Sure I'll delete the other thread thanks
:slight_smile:

Hi @Christian_Dahlqvist
Do you have any Idea on how I can write these equations into LogStash ? ?

Thanks

You believe will need to use a Ruby filter.

1 Like

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