Can you ingest geojson thru Logstash for ElasticSearch and Kibana use?
logstash can ingest JSON, and GeoJSON is also JSON, so the answer is yes. Whether that is useable in kibana is more of a kibana question.
My final goal is to use it in ElasticSearch really, Kibana part I am not too worried about. Care to show me where to start or what documentation to look at.
Thanks