es 및 헤드 플러그인 시작

817 단어
es 서비스 시작
//      
cd elasticsearch-5.5.0
//    
./bin/elasticsearch


es가 시작되었는지 확인
open http://localhost:9200/
//           
{
  "name" : "6UQG7rF",
  "cluster_name" : "elasticsearch",
  "cluster_uuid" : "zyRS_VsXSh60pCuohf0Z2g",
  "version" : {
    "number" : "5.5.0",
    "build_hash" : "260387d",
    "build_date" : "2017-06-30T23:16:05.735Z",
    "build_snapshot" : false,
    "lucene_version" : "6.6.0"
  },
  "tagline" : "You Know, for Search"
}

헤드 플러그인 시작
//      
cd elasticsearch-head
//  
npm run start

헤드 시작 확인
//       
open http://localhost:9100

좋은 웹페이지 즐겨찾기