> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/log-manager.md).

# Log Manager

## Log Manager

View **Log Manager** in the section **Tools** enables management of automations responsible for deleting logs older than a specified period. These automations ensure smooth system operation, space optimization, and regular cleanup of unnecessary data. This feature allows users to monitor and edit automation schedules and manually launch cleanup processes.&#x20;

<figure><img src="/files/2ec2c2e89192dd6e220f7459f44b7c1c4b771e75" alt="" width="375"><figcaption></figcaption></figure>

### Automation table view&#x20;

The table presents all configured automations responsible for log retention across different areas of the system.&#x20;

#### Table columns:&#x20;

* **Name -** Unique name of the automatic log cleanup task.
* **Operation status -**&#x43;urrent state of the task (e.g., idle, running).
* **Last result -** Result of the last task execution (e.g., success, error).
* **Interval -** Time unit defining how often the task is run (e.g., day).
* **Retention time \[days] -** Number of days for which log data is retained before deletion.
* **Last cleanup -** Date and time of the last cleanup process execution.
* **Next cleanup -** Scheduled date and time of the next task execution.
* **First cleanup -** Date and time of the first task execution since its creation.
* **Active -** Indicates whether the task is currently enabled (Yes/No).
* **Description -** Brief description of the task function, including the type of data subject to cleanup.

### User actions&#x20;

Each table row contains a set of actions available to the user:&#x20;

* **Action button (status toggle)** ![](/files/e16e514ef9bf3ffbc71744afc1e2795de3d3fdbd) – Enables or disables the automation.&#x20;
* **PLAY icon** ![](/files/fbfdf94623e7723a9934190dad15dd12edaade66) – Manually starts the automation outside the schedule.&#x20;
* **Pencil icon (edit)** ![](/files/c61b338b5425a07fd4ddf084c6ea1fbf367ea350)– Opens the menu for editing automation parameters.&#x20;

<figure><img src="/files/8f3c9a2ad72dd6bf8f1018349834cd7ca9861685" alt="" width="375"><figcaption></figcaption></figure>

### Automation editing&#x20;

Clicking the pencil icon opens the automation configuration side menu.&#x20;

#### Editable items

* **Status** – Option to activate/deactivate the automation.&#x20;
* **Frequency**  – Defines how often the automation is to be run (e.g., day, week, month).&#x20;
* **Retention time –** Number of days logs are retained. Data older than the specified period will be deleted.&#x20;
* **Start** – Activation date of the automation set using the calendar.&#x20;

<figure><img src="/files/30c6ed97997aaf3df524b5c4f733993a0dbdcd89" alt="" width="118"><figcaption></figcaption></figure>

#### Buttons

* **Save changes**– Confirms changes to the automation configuration.&#x20;
* **Cancel** – Cancels changes without saving.&#x20;

## Automations and their use cases&#x20;

Each automation is responsible for a different area of system logs.

<table data-header-hidden><thead><tr><th>Automation name</th><th>Description</th><th data-type="number">Default retention time</th><th>Default interval</th></tr></thead><tbody><tr><td><strong>AutoDELETETracking</strong></td><td>Automation responsible for deleting tracking data older than the specified number of days.</td><td>7</td><td>Year</td></tr><tr><td><strong>AutoDELETEWebTracking</strong></td><td>Automation responsible for deleting web activity tracking data older than the specified number of days.</td><td>30</td><td>Day</td></tr><tr><td><strong>AutoDELETEEventlogHistory</strong></td><td>Automation responsible for deleting system event history older than the specified number of days.</td><td>14</td><td>Day</td></tr><tr><td><strong>AutoDELETEPerfMon</strong></td><td>Automation responsible for deleting system performance monitoring data older than the specified number of days.</td><td>7</td><td>Day</td></tr><tr><td><strong>AutoDELETENetTrafficMon</strong></td><td>Automation responsible for deleting network traffic data older than the specified number of days.</td><td>7</td><td>Day</td></tr><tr><td><strong>AutoDELETEHostsGuiAppMon</strong></td><td>Automation responsible for deleting GUI application monitoring data older than the specified number of days.</td><td>60</td><td>Day</td></tr><tr><td><strong>AutoDELETELoginHistory</strong></td><td>Automation responsible for deleting user login history older than the specified number of days.</td><td>30</td><td>Day</td></tr><tr><td><strong>AutoDELETEScreenshots</strong></td><td><p>Deletes screenshots older than the specified number of days from the system. </p><p>Applies to screenshots captured automatically at the moment of a DLP policy violation, if this option has been enabled in the rule configuration.</p></td><td>30</td><td>Day</td></tr><tr><td><strong>AutoDELETEScreenVideos</strong></td><td><p>Deletes screen recordings older than the specified number of days from the system. </p><p>Applies to video recordings captured automatically after a DLP policy violation, if recording has been enabled in the rule configuration.</p></td><td>30</td><td>Day</td></tr></tbody></table>

## Summary&#x20;

View **The Log Manager** offers advanced capabilities for managing log data retention in the eAuditor system. Through precise configuration of schedules and retention periods, users can optimize system performance and manage disk space. The automation feature minimizes the need for manual intervention, ensuring efficient system operation.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/log-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
