サーバログ収集エージェントのインストール
    • 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.