You can change your Linux Endpoint Detection and Response (EDR) endpoint subscription plan by editing the configuration file.
Update your configuration file
- Open
/opt/redcanary/config.json
. Your file should look something like this:
{
"access_token": "...",
"subscription_plan": "Free": { "aws_key": "...", "aws_secret": "...", "bucket_name": "...", bucket_region: ["us-east-2"] }
} - Change
"subscription_plan"
to"Managed"
:{
"access_token": "...",
"subscription_plan": "Managed"
} - Save the file.
Restart the sensor
Your configuration changes won't take effect until you restart the sensor. For instructions on restarting the Linux EDR sensor service, see Agent Debugging.
Verify the configuration change
Note: It can take several minutes for Red Canary to reflect your configuration change.
- From the navigation menu, click Endpoints.
- Click the name of the endpoint you reconfigured.
- Check the Subscription reporting tag. You should see the label Managed.
Comments
0 comments
Please sign in to leave a comment.