Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

In order to use this document, you must have the Write LogManagement permission assigned to your account.

Anchor
Overview
Overview

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 / TypePOST
API call / URL/log-management/log-depot/activate
ParametersThere are no parameters for this API call.
Full API call / URL
Code Block
languagetext
POST https://api.armor.com/log-management/log-depot/activate
Sample 200 return
Code Block
languagetext
{
  "accountId": 0,
  "modifiedByUserId": 0,
  "modifiedDate": "2017-10-23T16:35:13.540Z",
  "isEnabled": true
}

...

Info

Troubleshooting

If 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?