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.