下载以及安装

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

1.Download and unzip Kibana

2.

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

将配置开关打开elasticsearch.hosts: ["http://localhost:9200"]

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.

配置log

https://stackoverflow.com/questions/30855522/where-is-the-kibana-error-log-is-there-a-kibana-error-log

https://github.com/elastic/kibana/issues/3407

there's bin/kibana --log-file foo.txt and you can also specify logging.dest in kibana.yml.

在配置文件中配置

# Enables you specify a file where Kibana stores log output.
#logging.dest: stdout
logging.dest: kibana.log

配置server.host

如果需要通过ip进行访问的话,需要配置server.host结点

# Specifies the address to which the Kibana server will bind. IP addresses and host names are both valid values.
# The default is 'localhost', which usually means remote machines will not be able to connect.
# To allow connections from remote users, set this parameter to a non-loopback address.
#server.host: "localhost"

最新文章

  1. CentOS 安装tomcat 7
  2. contiki-rtimer
  3. WebPack 简明学习教程
  4. mybatis——使用mapper代理开发方式
  5. Python之路【第十二篇续】jQuery案例详解
  6. ubuntu fix the grub boot(need Internet)
  7. MySQL 索引背后的数据结构及算法原理
  8. YII2配置多语言
  9. 【leetcode】Word Ladder II(hard)★ 图 回头看
  10. poj2926 曼哈顿最远距离
  11. java的访问控制(包、访问修饰符、修饰符)
  12. ubuntu 使用第一天
  13. VS2015 加快编译速度
  14. ajax基本原理
  15. 睡前小dp-hdu3853-概率dp
  16. whiledo循环输出9-0
  17. Logstash 基础入门
  18. 组件基础(参数校验和动态组件、v-once)—Vue学习笔记
  19. WorldWind源码剖析系列:表面瓦片类SurfaceTile
  20. 【转】(二)unity4.6Ugui中文教程文档-------概要-UGUI Canvas

热门文章

  1. Introduction to debugging neural networks
  2. Windows10上安装Keras 和 TensorFlow-GPU
  3. hdu4749 kmp改进
  4. cmd强行终止进程
  5. 20165305 苏振龙《Java程序设计》第七周学习总结
  6. Struts2输入校验(编码方式)
  7. DataBase(28)
  8. mybatis源码解析10---StatementHandler解析
  9. SpringMVC七种参数绑定简单介绍
  10. linux java -version 和 javac -version 不一致