参数配置 http.cors.allow-origin允许跨域访问的IP,配置样例如122.122.122.122:9200。http.cors.max-age浏览器默认缓存时间。如果超过设置的时间后,缓存将自动清除。单位:秒。默认值:1728000。http.cors.allow-headers跨域访问允许的headers,包括X-Requested-With, Content-Type, Content-Length,中间用英文逗号和空格分开。http.cors.enabled是否允许跨域访问。