我試圖在我的Windows 7操作系統上設置elasticsearch。安裝elasticsearch &感覺和它的工作loacahost:9200工作正常。如何在windows上設置elasticsearch和kibana?
現在我很想在位於c:\ user \ rajesh \ default.json的文件中搜索。
索引數據即
Put test\te\2
{
---datas
}
的工作正常,但是當我嘗試引用到文件即POST test\te\2-d @default.json
它給錯誤的意外「<」
我安裝KIBANA,但沒能做到任何與它的UI。當試圖搜索任何東西它給錯誤:沒有找到索引http://localhost:9200/INDEX_MISSING/_mapping/field/
我編輯config.js文件與elasticsearch:「http://」+「localhost」+「:9200」,但它無法使用我用ES創建的索引來創建索引。
由於提前