准备
-----------------------------------------------------------------------------------------------------------
下载:elasticsearch-2.4.2
下载:kibana-4.2.0-windows
下载:https://download.elastic.co/elasticsearch/sense/sense-2.0.0-beta7.tar.gz
-----------------------------------------------------------------------------------------------------------
直接启动elasticsearch-2.4.2
-----------------------------------------------------------------------------------------------------------
修改kibana配置
# Kibana is served by a back end server. This controls which port to use.
server.port: 5601
# The host to bind the server to.
server.host: "0.0.0.0"
# The Elasticsearch instance to use for all your queries.
elasticsearch.url: "http://localhost:9200"
-----------------------------------------------------------------------------------------------------------
安装sense
cmd进入命令行窗口
D:\kibana-4.2.0-windows\bin>kibana plugin -i sense -u file://D:\RE\es-2.4.2\sense-2.0.0-beta7.tar.gz
Installing sense
Attempting to extract from file://D:\sense-2.0.0-beta7.tar.gz
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete
D:\kibana-4.2.0-windows\bin>
-----------------------------------------------------------------------------------------------------------
启动Kibana
-----------------------------------------------------------------------------------------------------------
开始使用
http://localhost:5601/app/sense