elasticsearch 를 위해서 java 설치가 필요하다.
(사실, 뒤에서 brew install elasticsearch 를 실행하면, 가이드에 나오는 내용이다.)
$ brew cask install homebrew/cask-versions/adoptopenjdk8 |
homebrew를 업데이트 한다.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" |
homebrew 를 이용한 elasticsearch를 설치한다.
$ brew install elasticsearch |
elasticsearch를 실행한다.
$ elasticsearch |
실행/구동 테스트를 해 본다.
$ curl -XGET localhost:9200 |
아래와 같은 유형의 결과를 반환하면 설치 성공이다.
$ curl -XGET localhost:9200 |
Web Browser에서 http://localhost:9200 으로 접속하면 결과화면을 확인 할 수 있다.
압축을 푼 뒤, 해당 폴더에서 config/elasticsearch.yml 설정 파일을 수정해 줍니다.
#으로 주석 처리 된, 다음 부분들을 기본적으로 수정해줍니다.
- cluster.name
- node.name
- bootstrap.mlockall
- network.host
설정 예)
cluster.name: elasticsearch_cinari4-dev
node.name: "cinari4_01_dev"
bootstrap.mlockall: true
network.host: 127.0.0.1
brew tap elastic/tap brew install elastic/tap/kibana-full |
Type |
Description |
Default Location |
Setting |
home |
Kibana home directory or $KIBANA_HOME |
/usr/local/var/homebrew/linked/kibana |
|
bin |
Binary scripts including kibana to start a node and kibana-plugin to install plugins |
/usr/local/var/homebrew/linked/kibana/bin |
|
conf |
Configuration files including kibana.yml |
/usr/local/etc/kibana |
|
data |
The location of the data files of each index / shard allocated on the node. Can hold multiple locations. |
/usr/local/var/lib/kibana |
path.data |
logs |
Log files location. |
/usr/local/var/log/kibana |
path.logs |
plugins |
Plugin files location. Each plugin will be contained in a subdirectory. |
/usr/local/var/homebrew/linked/kibana/plugins |
[파이썬] 판다스 데이터프레임 X 엑셀 - Pandas X Excel (0) | 2020.03.10 |
---|---|
curl 사용법 (0) | 2020.03.10 |
Win 10 USB 복구용 부팅 디스크를 만들어 보자 - Win 10 PE 만들기 (4) | 2020.03.10 |
Python/Anaconda x Jupyter x VSCode 개발환경 (0) | 2020.03.10 |
Git 기본 경험하기 (0) | 2020.03.10 |
댓글 영역