...
In the Cloud Collector App, create an Azure Collector instance using this parameters template, replacing the values enclosed in < >
.
Code Block |
---|
{
"inputs": {
"azure": {
"credentials": {
"client_id": "<CLIENT ID>",
"client_secret": "<SECRET>",
"subscription_id": "<SUBSCRIPTION>",
"tenant_id": "<TENANT>"
},
"enabled": true,
"id": "<UNIQUE ID>",
"services": {
"vm_metrics": {}
}
}
}
} |
The secret must be a secret value containing a tilde.
Secure It
Cryptominer
Detect excessive CPU usage , which may be caused by mining software that is stealing CPU.
...