티스토리 뷰
17년 7월 기준.
curl -O https://www.loggly.com/install/configure-file-monitoring.sh
sudo bash configure-file-monitoring.sh -a myungseosong -t 1b88e757-2330-4cef-a394-39c02f4fb640 -u myungseo -f /var/log/messages -l log
// 서버 설정 및 인증
curl -O https://www.loggly.com/install/configure-linux.sh
sudo bash ./configure-linux.sh -a myungseosong -r
// 삭제
loggly API
curl -u <username>:<password> "http://<account>.loggly.com/apiv2/search?q=*&from=-2h&until=now&size=10"
// 검색 범위 지정
curl -u <username>:<password> "http://<account>.loggly.com/apiv2/events?rsid=637435089
// 리턴된 rsid로 이벤트내 검색
curl -u <username>:<password> "http://<account>.loggly.com/apiv2/fields/"
// 필드 받기
curl -u <username>:<password> "http://<account>.loggly.com/apiv2/fields/syslog.host/"
// syslog.host 필드값 받기
'Study' 카테고리의 다른 글
Game(게임) Excute(실행) Error(에러) 관련 (0) | 2024.01.20 |
---|---|
Ransomware(랜섬웨어) 대응 관련 (0) | 2024.01.20 |
Linux(리눅스) time server(타임서버) config(설정) (0) | 2024.01.18 |
php(피에이치피) Composer(컴포저) 관련 (0) | 2024.01.17 |
Linux(리눅스) rc.local 실행 runlevel(런레벨) 관련 (0) | 2024.01.14 |