Elasticsearch+Kibana 환경 구축에 재챌린지
2743 단어 키바나ElasticsearchCentOS
소개
Kibana4.0.x에서 환경을 만들면 Oops!라고 표시되고,
잘 환경 구축이 진행되지 않았기 때문에 최신판을 넣어 만들었다.
환경
OS X Yosemite 10.10.5
VirtualBox 4.3.14
CentOS 6
게스트 OS에 로그인
ssh [email protected]
Elasticsearch 설치, 시작
설치에 대한 자세한 내용은 본가 사이트을 참조하십시오.
시작.
service elasticsearch start
Kibana 설치, 시작
본가 사이트에서 Kibana의 최신 버전을 다운로드하여 압축을 풉니 다.
wget https://download.elastic.co/kibana/kibana/kibana-4.1.3-linux-x64.tar.gz
tar zxf kibana-4.1.3-linux-x64.tar.gz
시작.
[root@localhost bin]# ./kibana
log [02:07:59.990] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [02:08:00.111] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [02:08:00.162] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [02:08:00.166] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [02:08:00.203] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [02:08:00.214] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [02:08:00.221] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [02:08:00.230] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [02:08:00.271] [info][listening] Server running at http://0.0.0.0:5601
log [02:08:05.790] [info][status][plugin:elasticsearch] Status changed from yellow to yellow - No existing Kibana index found
log [02:08:09.387] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready
소통 확인
호스트 OS에서 http://[게스트 OS IP]:5601/에 액세스.
결론
Elasticsearch와 Kibana를 연계시킴으로써, 우선은 접시가 생긴 소감.
계속해서 Fluentd와 연계시켜, 가시화를 실시한다.
덧붙여 :Fluentd와 제휴해 가시화에 대해서 속편을 썼다. 여기 참조.
Reference
이 문제에 관하여(Elasticsearch+Kibana 환경 구축에 재챌린지), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/Kenji_TAJIMA/items/8077ab6247104e4591c9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
OS X Yosemite 10.10.5
VirtualBox 4.3.14
CentOS 6
게스트 OS에 로그인
ssh [email protected]
Elasticsearch 설치, 시작
설치에 대한 자세한 내용은 본가 사이트을 참조하십시오.
시작.
service elasticsearch start
Kibana 설치, 시작
본가 사이트에서 Kibana의 최신 버전을 다운로드하여 압축을 풉니 다.
wget https://download.elastic.co/kibana/kibana/kibana-4.1.3-linux-x64.tar.gz
tar zxf kibana-4.1.3-linux-x64.tar.gz
시작.
[root@localhost bin]# ./kibana
log [02:07:59.990] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [02:08:00.111] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [02:08:00.162] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [02:08:00.166] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [02:08:00.203] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [02:08:00.214] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [02:08:00.221] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [02:08:00.230] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [02:08:00.271] [info][listening] Server running at http://0.0.0.0:5601
log [02:08:05.790] [info][status][plugin:elasticsearch] Status changed from yellow to yellow - No existing Kibana index found
log [02:08:09.387] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready
소통 확인
호스트 OS에서 http://[게스트 OS IP]:5601/에 액세스.
결론
Elasticsearch와 Kibana를 연계시킴으로써, 우선은 접시가 생긴 소감.
계속해서 Fluentd와 연계시켜, 가시화를 실시한다.
덧붙여 :Fluentd와 제휴해 가시화에 대해서 속편을 썼다. 여기 참조.
Reference
이 문제에 관하여(Elasticsearch+Kibana 환경 구축에 재챌린지), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/Kenji_TAJIMA/items/8077ab6247104e4591c9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
ssh [email protected]
설치에 대한 자세한 내용은 본가 사이트을 참조하십시오.
시작.
service elasticsearch start
Kibana 설치, 시작
본가 사이트에서 Kibana의 최신 버전을 다운로드하여 압축을 풉니 다.
wget https://download.elastic.co/kibana/kibana/kibana-4.1.3-linux-x64.tar.gz
tar zxf kibana-4.1.3-linux-x64.tar.gz
시작.
[root@localhost bin]# ./kibana
log [02:07:59.990] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [02:08:00.111] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [02:08:00.162] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [02:08:00.166] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [02:08:00.203] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [02:08:00.214] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [02:08:00.221] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [02:08:00.230] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [02:08:00.271] [info][listening] Server running at http://0.0.0.0:5601
log [02:08:05.790] [info][status][plugin:elasticsearch] Status changed from yellow to yellow - No existing Kibana index found
log [02:08:09.387] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready
소통 확인
호스트 OS에서 http://[게스트 OS IP]:5601/에 액세스.
결론
Elasticsearch와 Kibana를 연계시킴으로써, 우선은 접시가 생긴 소감.
계속해서 Fluentd와 연계시켜, 가시화를 실시한다.
덧붙여 :Fluentd와 제휴해 가시화에 대해서 속편을 썼다. 여기 참조.
Reference
이 문제에 관하여(Elasticsearch+Kibana 환경 구축에 재챌린지), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/Kenji_TAJIMA/items/8077ab6247104e4591c9
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
wget https://download.elastic.co/kibana/kibana/kibana-4.1.3-linux-x64.tar.gz
tar zxf kibana-4.1.3-linux-x64.tar.gz
[root@localhost bin]# ./kibana
log [02:07:59.990] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [02:08:00.111] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [02:08:00.162] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [02:08:00.166] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [02:08:00.203] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [02:08:00.214] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [02:08:00.221] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [02:08:00.230] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [02:08:00.271] [info][listening] Server running at http://0.0.0.0:5601
log [02:08:05.790] [info][status][plugin:elasticsearch] Status changed from yellow to yellow - No existing Kibana index found
log [02:08:09.387] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready
Elasticsearch와 Kibana를 연계시킴으로써, 우선은 접시가 생긴 소감.
계속해서 Fluentd와 연계시켜, 가시화를 실시한다.
덧붙여 :Fluentd와 제휴해 가시화에 대해서 속편을 썼다. 여기 참조.
Reference
이 문제에 관하여(Elasticsearch+Kibana 환경 구축에 재챌린지), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Kenji_TAJIMA/items/8077ab6247104e4591c9텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)