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 :))
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
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.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.