Actions
New Feature #10121
openRemote logging feature in android agent
Start date:
07/06/2023
Due date:
% Done:
0%
Estimated time:
Device Type:
Android
Component:
Type:
Description
In order to enhance the auditability of the Android agent, we intend to implement a reliable remote logging mechanism on the agent side.
As per the current plan, the agent will periodically transmit batches of logs to the log collector, which is the UEM server.
Subsequently, the log collector will index these logs in ElasticSearch for further analysis and processing.
To provide a reliable remote logging service, we are considering the following key factors in the implementation process.
- Space management and log rotation.
- Device connectivity status.
- Frequency of communication process (based on current connectivity type).
- Uploading size of the log batches (based on current connectivity type).
- System reboot handling.
- Communication failures, retrying and backoff policies.
Actions