Removing agent
- Print
- PDF
Removing agent
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.
Disable the log collection settings of server.
Remove agent
If you do not delete the log collection agent from the server after disabling the server log collection setting, data are continuously sent to Cloud Log Analytics without being saved, causing unnecessary internal traffic.
Connect to the corresponding server and execute the commands that deletes the agent.
Classic Linux server
curl -s http://cm.cla.ncloud.com/removeCla | sudo sh
VPC Linux server
curl -s http://cm.vcla.ncloud.com/removeCla | sudo sh
Classic Windows server
Invoke-Expression $((New-Object System.Net.WebClient).DownloadString("http://cm.cla.ncloud.com/removewinCla"))
VPC Windows server
Invoke-Expression $((New-Object System.Net.WebClient).DownloadString("http://cm.cla.ncloud.com/removewinCla"))
Was this article helpful?