No commit activity in last 3 years
No release in over 3 years
Logstash filter to convert WKT geography shapes to GeoJSON.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 2.5.2
<= 2.99, >= 1.60
 Project Readme

WKT to GeoJSON Logstash Filter

Parses WKT encoded geography on Logstash event and converts it to GeoJSON.

filter {
    wkt_to_geojson {
        field => "wkt"
        target => "geo_json"
        tag_on_parse_failure => [ "wkt_paring_error" ]
    }
}

To Use

  • Install Dependencies

bundle install
  • Test

bundle exec rspec
  • Build Gem

gem build logstash-filter-wkt_to_geojson.gemspec
  • Install Gem as Logstash plugin

logstash-plugin install logstash-filter-wkt_to_geojson-0.1.0.gem