서버 로그 수집 에이전트 설치
    • PDF

    서버 로그 수집 에이전트 설치

    • PDF

    기사 요약

    Classic/VPC 환경에서 이용 가능합니다.

    로그 수집 설정을 완료한 후 Cloud Log Analytics를 통해 서버의 로그를 실제로 수집하기 위해 서버에 로그 수집 에이전트를 설치하는 방법을 설명합니다. 에이전트를 설치하려면 로그 수집 설정 완료 후 발급받은 configKey를 사용하여 설치 명령어를 실행해야 합니다.

    참고

    VPC 환경

    VPC 환경에서 서버 로그 수집 에이전트 설치 명령어는 다음과 같습니다.

    • Linux 서버
      curl -s http://cm.vcla.ncloud.com/setUpClaVPC/{configKey} | sudo sh
      
    • Windows 서버
      Invoke-Expression $((New-Object System.Net.WebClient).DownloadString("http://cm.vcla.ncloud.com/setUpwinClaVPC/{configKey}"))
      

    Classic 환경

    Classic 환경에서 서버 로그 수집 에이전트 설치 명령어는 다음과 같습니다.

    • Linux 서버
      curl -s http://cm.cla.ncloud.com/setUpCla/{configKey} | sudo sh
      
    • Windows 서버
      Invoke-Expression $((New-Object System.Net.WebClient).DownloadString("http://cm.cla.ncloud.com/setUpwinCla/{configKey}"))
      

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.