Elasticsearch의 데이터 시각화 대시보드 소프트웨어
brew tap elastic/tap
Elasticsearch를 설치할 때와 동일하게 tap을 통해 repository를 불러온다.
brew install elastic/tap/kibana-full
brew install
을 통해 성공적으로 설치했다.
brew services start kibana-full
Elasticsearch를 실행한 상태에서 Kibana를 실행했다.
Kibana의 기본 포트는 5601
이다.
localhost:5601
Overview를 통해 전체적인 Elasticsearch 정보를 확인할 수 있다.
Elasticsearch와 Kibana 설정을 마쳤다!
이 내용을 쓰고 있는 시점에서 SpringBoot를 통해 검색을 위한 데이터를 생성하고, 검색하는 과정에 대해 구현하고 있는데 오류가 발생하고 있다.
이번엔 또 뭘까...