kibana 설치
-
mac m1 키바나 8.4.2 설치공부하기/엘라스틱서치 2024. 2. 12. 15:51
키바나는 엘라스틱서치의 데이터를 효과적으로 시작화하는 솔루션입니다. https://www.elastic.co/kr/downloads/past-releases/kibana-8-4-2 Kibana 8.4.2 | Elastic Release Notes View the detailed release notes here. www.elastic.co -> 설치한 후 압축을 해제합니다. Kibana-8.4.2/config/kibana.yml server.port: 5601 server.host: "localhost" server.publicBaseUrl: "http://localhost:5601" elasticsearch.hosts: ["http://localhost:9200"] - 아래와 같은 에러가 발생한다면? ..