엘라스틱서치 실행
-
mac m1 엘라스틱서치 설치 및 실행공부하기/엘라스틱서치 2024. 2. 12. 15:16
https://www.elastic.co/kr/downloads/past-releases/elasticsearch-8-4-2 Elasticsearch 8.4.2 | Elastic Release Notes View the detailed release notes here. www.elastic.co 위 이미지 빨간 박스 선택 후 설치 설치 완료 후 압축을 해제합니다. 압축 해제된 디렉토리를 VSCODE로 오픈합니다. elasticsearch.yml cluster.name: local-test-elastic node.name: local-test-node01 path: data: 데이터경로 logs: 로그경로 network.host: 127.0.0.1 discovery.type: "single-node" x..