Elastic 썸네일형 리스트형 Elasticsearch 명령어 모음 INDEX, DOCUMENT CRUD INDEX 생성 PUT [인덱스] PUT test_index { "settings": { "analysis":{ "analyzer":{ ... }, "tokenizer":{ ... }, "filter":{ ... } } } } 모든 INDEX 확인 GET _cat/indices?v 특정 INDEX 확인 GET [인덱스]?pretty pretty는 json 형식으로 보기 위해서 추가 특정 INDEX 삭제 DELETE [인덱스] 특정 INDEX 열기 POST [인덱스]/_open 특정 INDEX 닫기 POST [인덱스]/_close DOCUMENT 생성 PUT [인덱스]/_doc/[도큐먼트ID] PUT test_index/_doc/test1 { "name":"테스트1",.. Elasticsearch 7.9 + Kibana 7.9 설치 및 실행 설치 환경은 Windows 입니다. JDK 최소 1.8 이상이 설치되어 있어야 합니다. 프로그램 다운로드 Elastic 사이트 접속 후 다운로드 받는다. www.elastic.co/kr/start Get Started with Elasticsearch, Kibana, and the Elastic Stack | Elastic Activate additional features Optional: Unlock Platinum features such as machine learning, security, alerting, graph analytics, and more with a free, 30-day trial. www.elastic.co elasticsearch-7.9.0-windows-x86_64.zip.. 이전 1 다음