2014-03-26 62 views
0

我試圖在我的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創建的索引來創建索引。

由於提前

回答

0

第一次嘗試這樣的:

http://localhost:9200/_search?pretty 

如果你沒有數據返回(無指標),那麼你無論是在elistcsearch或logstash一些錯誤。

此外,我建議您嘗試從您的瀏覽器訪問kopf。

http://lmenezes.com/elasticsearch-kopf/?location=http://localhost:9200 

如果您在端口中有數據,它會顯示索引。

問候

阿里