[Windows] Telegraf 설치 및 구축 - ysp-laonpeople/DOC GitHub Wiki

Telegraf 다운로드

환경 설정

  • 아래 2가지 방법 중 선택하여 설정합니다.
  • 환경변수 설정
    • 시스템 환경변수에서 TELEGRAF_CONFIG_PATH 라는 이름으로 conf파일 위치를 잡아준다.
    • image
  • C:\Program Files\Telegraf 설정
    • image
  • Config 설정
telegraf.exe -service install -config ./ 

실행

image