CORS problem in Kibana Map

What are you using to host the local GeoJSON file?

In the blog post we give an example of using http-server --cors='*' -p 8000. But I've found that http-server --cors="kbn-version" -p 8000 works better.