1. 程式人生 > >elasticsearch之借用kibana平臺建立索引

elasticsearch之借用kibana平臺建立索引

1.安裝好kibana平臺 確保kibana以及elasticsearch正常執行
2.開啟kibana平臺在Dev Tools

3.建立一個customer索引

PUT /customer?pretty

4.檢視該索引

GET /_cat/indices?v

看到結果

health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open customer 95SQ4TSUT7mWBT7VNHH67A 5 1 0 0 260b 260b

則說明建立成功

若要想檢視kibana詳情安裝以及配置使用請檢視