Loading

kibana安装部署

kibana安装部署

下载

https://mirrors.huaweicloud.com/kibana/7.5.0/

本机安装

  1. 官方说明

    https://www.elastic.co/cn/downloads/kibana

    Download and unzip Kibana

    Kibana can also be installed from our package repositories using apt or yum. See Repositories in the Guide.


    2

    • Open config/kibana.yml in an editor
    • Set elasticsearch.hosts to point at your Elasticsearch instance

    3

    Run bin/kibana (or bin\kibana.bat on Windows)


    4

    Point your browser at http://localhost:5601


    5

    Dive into the getting started guide and video.

  2. 后台启动

    nohup ../bin/kibana &

  3. 外网访问

    修改config/kibaba.yml下的server.host为0.0.0.0

posted @ 2019-12-13 15:16  三国梦回  阅读(782)  评论(0)    收藏  举报