-
Notifications
You must be signed in to change notification settings - Fork 43
Metricbeat
Gee edited this page Dec 11, 2017
·
2 revisions
- Metricbeat는 서버 모니터링 지표를 수집한다
- 더욱이 Kibana에서 Dashboard 자동생성도 가능해 쉽고 편하게 사용할 수 있다
$ cd /home/ec2-user/fc/metricbeat-5.6.4-linux-x86_64
$ vim metricbeat.yml
#================================ Outputs =====================================
# Configure what outputs to use when sending the data collected by the beat.
# Multiple outputs may be used.
#-------------------------- Elasticsearch output ------------------------------
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["http://13.125.21.52:9200"]
dashboards.enabled: true
#----------------------------- Logstash output --------------------------------
#output.logstash:
# The Logstash hosts
#hosts: ["localhost:5044"]
./metricbeat -e