(轉)elasticsearch鏈接不到head插件解決方案

(1)elasticsearch-5x下的 config/elasticsearch.yml瀏覽器

  1.  
    http.cors.enabled: true
  2.  
    http.cors.allow-origin: "*"
(2)elasticsearch-head下Gruntfile.js
  1.  
    connect: {
  2.  
    server: {
  3.  
    options: {
  4.  
    hostname: '0.0.0.0',
  5.  
    port: 9100,
  6.  
    base: '.',
  7.  
    keepalive: true
  8.  
    }
  9.  
    }
  10.  
    }
(3)瀏覽器問題:chrom不能連,換ie試試原文:https://blog.csdn.net/ymd8005/article/details/70676798
相關文章
相關標籤/搜索