美文网首页
es安装插件head,显示未连接

es安装插件head,显示未连接

作者: 谜00016 | 来源:发表于2018-10-29 14:27 被阅读8次

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

    http.cors.enabled: true
    http.cors.allow-origin: "*"
    

    (2)进入es_head容器

    vim _site/app.js//(没有vim的话使用sudo apt-get update; apt-get install -y vim)
    修改 『http://localhost:9200』字段到本机ES端口与IP

    (3)浏览器问题:chrom不能连,换ie试试(或者兼容模式)

    (4)elasticsearch-head下Gruntfile.js

    connect: {
            server: {
                options: {
                    hostname: '0.0.0.0',
                    port: 9100,
                    base: '.',
                    keepalive: true
                }
            }
        } 
    

    相关文章

      网友评论

          本文标题:es安装插件head,显示未连接

          本文链接:https://www.haomeiwen.com/subject/siybtqtx.html