Hi I wanted to start off by ploting points with geojson in kibana and elastic search. I am currently in the process of standing up elastic search and kibana with https://github.com/pires/kubernetes-elasticsearch-cluster which has been great.
When that is done I want to start using my geojson data to plot points on a map (and eventually draw lines) to eventually visualize a car driving around in real time.
How do I get started doing this? Is this possible in elasticsearch and kibana? I assumed it was, but it may not be. Thanks!