下载elasticsearch
- 解压
- cmd进入bin目录,启动
1
elasticsearch.bat
检查是否启动成功
1 | http://localhost:9200/?pretty |
返回值1
2
3
4
5
6
7
8
9
10
11
12
13{
"name" : "f57uV91", // 节点名称
"cluster_name" : "elasticsearch", // 所在集群名称
"cluster_uuid" : "uyiZiUqnSSaV-eazKkv_sg",
"version" : {
"number" : "5.2.0", // 版本号
"build_hash" : "24e05b9",
"build_date" : "2017-01-24T19:52:35.800Z",
"build_snapshot" : false,
"lucene_version" : "6.4.0"
},
"tagline" : "You Know, for Search"
}
下载Kibana
- 解压
- 进入bin目录,启动kibana.bat
- localhost:5601/
- 进入Dev Tools