Skip to content

eskrug/filebeat-scouter-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

filebeat-scouter-module

Filebeat scouter module

Installtion Steps

  1. Download and unzip Filebeat
  2. Edit the filebeat.yml configuration file
  3. Dashboard Setup
    1. all(scouter include) dashboard setup
      ./filbebeat setup
    2. online scouter dashboard setup
      ./filebeat setup -E setup.dashboards.zip=https://github.com/eskrug/filebeat-scouter-module/releases/download/7.3.3/scouter-dashboard.zip
    3. zip file scouter dashboard setup
      ./filebeat setup -E setup.dashboards.zip=scouter-dashboard.zip
  4. Set scouter module
    ./filebeat modules enable scouter
  5. Edit the modules.d/scouter.yml configuration file
  6. Start the daemon by running sudo
    ./filebeat -e -c filebeat.yml

modules.d/scouter.yml 설명

- module: scouter
  # All logs
  log :
    enabled: true
    # Set custom paths for the log files. If left empty,
    # Filebeat will choose the paths depending on your OS.
    # 스카우터 메트릭 로그 파일 위치와 파일 패턴을 설정한다. 
    var.paths:
     - /path/scouter/server/ext_plugin_filelog/scouter-*.json                                                                        

데모

운영

support elastic version

  1. elastic search version : 7.x 이상

내재된 dashboards 종류

  • scouter xlog overview
    • xlog 기반 오버뷰 가시화
      xlog-overview
  • scouter xlog analysis
    • xlog 기반 서비스 분석 가시화 xlog-analysis
  • scouter javaee metric
    • javaee 관련 성능 데이터 가시화 javaee-metric
  • scouter host metric
    • OS 관련 성능 데이터 가시화 host-metric