출처: http://junho85.tistory.com/343
http://docs.fluentd.org/articles/install-by-deb
보고 설치 하면 됨
ubuntu 라도 버전 별로 쉽게 설치 하는 방법을 제공 해 주고 있음.
내가 사용하는 ubuntu 서버는 14.04 tusty. 다음 스크립트 이용
curl -L https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh
설치가 다 되면 알아서 실행 까지 해 준다.
junho85@junho85:~/program$ ps auxww | grep fluentd
junho85 20676 0.0 0.1 14180 932 pts/2 S+ 11:35 0:00 grep --color=auto fluentd
junho85@junho85:~/program$ ps auxww | grep td-agent
td-agent 20641 0.0 3.9 116208 20016 ? Sl 11:34 0:00 /opt/td-agent/embedded/bin/ruby /usr/sbin/td-agent --log /var/log/td-agent/td-agent.log --daemon /var/run/td-agent/td-agent.pid
td-agent 20644 0.8 6.4 162416 32492 ? Sl 11:34 0:00 /opt/td-agent/embedded/bin/ruby /usr/sbin/td-agent --log /var/log/td-agent/td-agent.log --daemon /var/run/td-agent/td-agent.pid
junho85 20680 0.0 0.1 14180 932 pts/2 S+ 11:35 0:00 grep --color=auto td-agent
기본 설정 경로는
/etc/td-agent/td-agent.conf
직접 로그를 쏴서 테스트 가능
$ curl -X POST -d 'json={"json":"message"}' http://localhost:8888/debug.test
기본 설정 로그는 다음 경로에서 확인 가능
/var/log/td-agent/td-agent.log
'프로젝트 관련 조사 > 시스템 구축' 카테고리의 다른 글
fluentd 로 원격 MongoDB에 로그 저장해보기 (0) | 2015.11.04 |
---|---|
fluentd로 로컬 MongoDB에 로그 저장해보기 (0) | 2015.11.04 |
메일서버 구축하기 - postfix (0) | 2015.10.27 |
VMWare에 설치된 linux의 디스크 용량 키우기(LVM) (0) | 2015.10.26 |
virtual box vdi 용량 늘리기 (0) | 2015.10.26 |