ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
1.下载rpm ``` wget https://artifacts.elastic.co/downloads/kibana/kibana-7.15.2-x86_64.rpm ``` 2. 安装 ``` rpm -ivh kibana-7.15.2-x86_64.rpm ``` 3. 配置 ``` vim /etc/kibana/kibana.yml ``` ``` server.host: 0.0.0.0 elasticsearch.hosts: ["http://192.168.56.10:9200"] 18n.locale: "zh-CN" ``` 4. 启动 ``` systemctl start filebeat ``` 5. 访问 http://192.168.56.10:5601/