I have a shapefile with 50 geometries that i want to insert into elasticsearch index to view it on kibana.I tried to converted it into geojson and try to insert because geomeries are 50 and number of points in each geometry are large i can not insert it using dev tools.
I had a look into the data provided in your link. the first question I have is if you want to insert all wards in one document or one document per ward.
In any case I think you will need to write a small program to process the data before sending it to Elasticsearch. For example the GeoJSON uses FeatureCollection which is not supported so you need to extract those features.
This depends so much in your tools and what you are more comfortable with. If I had to do it I will use the csv file linked in the page. It provides the WKT for a ward and the ward number. Then I will use the Java High Level Rest Client to send the data to 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.