Filebeat scouter module
- Download and unzip Filebeat
- Edit the filebeat.yml configuration file
- Dashboard Setup
- all(scouter include) dashboard setup
./filbebeat setup - 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 - zip file scouter dashboard setup
./filebeat setup -E setup.dashboards.zip=scouter-dashboard.zip
- all(scouter include) dashboard setup
- Set scouter module
./filebeat modules enable scouter - Edit the modules.d/scouter.yml configuration file
- Start the daemon by running sudo
./filebeat -e -c filebeat.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
- ์ค์นด์ฐํฐ๋ฅผ ์ด์์ค์ด๋ผ๋ฉด ์ค์นด์ฐํฐ ๋ฉํธ๋ฆญ ๋ก๊ทธ ํ๋ฌ๊ทธ์ธ์ ์ค์นํ์ฌ ์ค์นด์ฐํฐ ์๋ฒ๋ฅผ ์ฌ์์ํ๋ค.
- ์์ธํ ๋ด์ฉ์ ์ฌ๊ธฐ ์ฃผ์๋ก https://github.com/scouter-contrib/scouter-plugin-server-metriclog ๋ค์ด๊ฐ ํ์ธํ๋ค.
- elastic search version : 7.x ์ด์



