Note |
---|
In order to use this document, you must have the Write LogManagement permission assigned to your account. |
You can use the Log Relay add-on product to securely store file-based application logs with Armor for 30 days or 13 months, based on your log retention plan.
Log Relay
...
- Collects only single-line log formats.
- Does not provide security analysis, parsing, or awareness of log content.
- Can store up to 10,000 logs
...
Method / Type | POST |
---|
API call / URL | /log-management/log-depot/activate |
---|
Parameters | There are no parameters for this API call. |
---|
Full API call / URL | Code Block |
---|
| POST https://api.armor.com/log-management/log-depot/activate |
|
---|
Sample 200 return | Code Block |
---|
| {
"accountId": 0,
"modifiedByUserId": 0,
"modifiedDate": "2017-10-23T16:35:13.540Z",
"isEnabled": true
} |
|
---|
...
Info |
---|
TroubleshootingIf you do not see any data in the Search section of the Log & Data Management screen, consider that - You did not order Log Relay.
- You did not properly sync Log Relay to collect logs.
- The selected date range does not contain any data.
- You do not have permission to view log data.
- You must have the Write LogManagement permission enabled to access the Search section. Contact your account administrator to enable this permission. To learn how to update you permissions, see Roles and Permissions
|
Was this helpful?