- Scouter Server Plugin으로 성능 counter 정보 와 XLOG 정보를 ElasticSearch 로 전송해 주는 plugin 이다.
- elasticsearch 이란? 아래 링크에서 키바나,엘라스틱 서치 간략한 개념과 설치 및 키바나에 사용법을 이해 하실 수 있습니다.
- ext_plugin_es_enabled : 본 plugin 사용 여부 (default : true)
- ext_plugin_es_counter_index : elasticsearch counter index 명 (default : scouter-counter)
- ext_plugin_es_xlog_index : elasticsearch xlog index 명 (default : scouter-xlog)
- ext_plugin_ex_duration_day : elasticsearch index 저장 기간 (default : 90)
- ext_plugin_es_https_enabled : https 사용 여부 (default : http 사용)
- ext_plugin_es_cluster_address : http target(elasticsearch) address (default : 127.0.0.1:9200)
- 엘라스틱서치를 쿨러스터로 운영 중면 콤마로 구분 지어 붙인다. ex) 127.0.0.1:9200,127.0.0.1:9201
- ext_plugin_es_id : (default : empty)
- ext_plugin_es_password : (default : empty)
Refer to pom.xml
- Java 1.8.x
- Maven 3.x
- mvn clean install
- target에 생성되는 scouter-plugin-server-elasticsearch-x.x.x.jar 와 target/lib에 생성되는 전체 library를 scouter sever의 lib 디렉토리에 저장하고 scouter server를 재시작한다
- 2.0.x 이상
- 7.0.1