Skip to content

Commit ff39e17

Browse files
Merge pull request #57 from NextronSystems/v4
chore: data retention settings
2 parents db60fd6 + 13d4eb8 commit ff39e17

File tree

4 files changed

+20
-22
lines changed

4 files changed

+20
-22
lines changed
15.3 KB
Loading

images/cockpit_data-retention.png

25.4 KB
Loading

maintenance/retention.rst

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There are multiple options within the Data Retention Policy:
4545
- **Event Retention per Case** - this setting will allow you to set a
4646
different retention period rule for each case. This is useful if you have
4747
different retention requirements for different cases. This value takes
48-
presedence over the **Event Retention per Case Type / Status**. You can
48+
precedence over the **Event Retention per Case Type / Status**. You can
4949
choose from the following options:
5050

5151
- **Default** - uses retention period from the General Event Retention setting.
@@ -63,7 +63,7 @@ There are multiple options within the Data Retention Policy:
6363
Raw data on disk will not be deleted. The default setting is to keep all
6464
events indefinitely. We recommend to only use this setting if necessary,
6565
as it will delete all events older than the specified number of days.
66-
The reason for this is that this setting is taking presedence over the
66+
The reason for this is that this setting is taking precedence over the
6767
other settings. Please use this option with caution.
6868

6969
.. figure:: ../images/cockpit_data-retention-general.png
@@ -78,3 +78,20 @@ There are multiple options within the Data Retention Policy:
7878
:alt: Data Retention - Others
7979

8080
Data Retention - Others
81+
82+
- **Settings** – These settings specify when events should be deleted.
83+
Change the ``Daily Schedule`` to avoid slowing down your system during
84+
working hours of your analysts.
85+
The ``Expunge Deleted Events`` value is used for the above **Data
86+
Retention Policies**, as the actions taken here only soft-delete events,
87+
meaning the affected events are not deleted immediately, but rather
88+
marked for deletion. All your events are stored inside specific indices,
89+
and rewriting those takes (CPU) time. This is why we reindex indices
90+
only when an index contains a specific percentage of deleted events
91+
(by default, 20%). If you need more free disk space, lower this threshold.
92+
If you're experiencing high CPU load, you can raise it.
93+
94+
.. figure:: ../images/cockpit_data-retention-settings.png
95+
:alt: Data Retention - Settings
96+
97+
Data Retention - Settings

pitfalls/pitfalls.rst

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
.. Index:: Pitfalls
22

3-
Certificate Validation Failed
4-
-----------------------------
5-
6-
If you receive the following error, SSL/TLS interception interrupted the
7-
installation process.
8-
9-
.. code-block:: console
10-
11-
nextron@cockpit:~$ sudo nextronInstaller -cockpit
12-
[sudo] password for nextron:
13-
Ign:1 https://update3.nextron-systems.com analysis InRelease
14-
Err:2 https://update3.nextron-systems.com analysis Release
15-
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 192.168.3.21 8080]
16-
17-
Since we do not support setups in which the connections to our update
18-
servers are intercepted (see chapter :ref:`requirements/network:ssl/tls interception`), the
19-
only way to resolve this problem is to deactivate SSL/TLS interception
20-
for our update servers.
21-
223
Log File Import of Previous Years
234
---------------------------------
245

@@ -153,7 +134,7 @@ Broken before Analysis Cockpit Installation
153134
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
154135

155136
If you have set a wrong proxy while the Debian setup and the connectivity test fails,
156-
edit the proxy settings in the Web GUI of the NEXTRON Universal Installer:
137+
edit the proxy settings in the Web GUI of the Nextron Universal Installer:
157138

158139
``Settings`` > ``Proxy``
159140

0 commit comments

Comments
 (0)