Details
-
Feature
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Offer web service for access to Controller and Agent log files{}
Current Situation
- The Controller offers the /controller/api/log web service that can be used to read the controller.log file. The web service provides a running log.
Desired Behavior
- Running Log
- Agents are added the /agent/api/log web service to provide a running log for output written to the agent.log file.
- Past Log Files
- Controller and Agent are added a web service to return the list of available log files.
- When reading logs from the Controller or Agent web service then the log file can be specified that should be returned.
- Controller and Agent can decompress past log files that have been compressed during log rotation.
- Log Proxy
- The Controller acts as a proxy service to read Agent log files and to forward log output to JOC Cockpit.
- The Controller is added a web service to read log files per Agent.