Can we integrate latest elastic search to d3 to make some custom maps or any charts i dont wanna use kibana .Thanks in advance
Elasticsearch provides a HTTP/REST interface.
So you can use the JS Client to do whatever you want and display with whatever visualization framework.