Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: proxy pitfalls #39

Merged
merged 3 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion maintenance/retention.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ reasonable level. Additionally, raw data on disk and sandbox files can
also be deleted with the Data Retention Policy, which can help you to
manage your disk space usage.


.. hint::
Data Retention takes the import timestamp '@timestamp' into account to decide whether an event should be deleted or not.

The Data Retention Policy is configured in ``Settings`` > ``Advanced`` >
``Data Retention``.

Expand Down Expand Up @@ -73,4 +77,4 @@ There are multiple options within the Data Retention Policy:
.. figure:: ../images/cockpit_data-retention-other.png
:alt: Data Retention - Others

Data Retention - Others
Data Retention - Others
14 changes: 4 additions & 10 deletions pitfalls/pitfalls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,12 @@ on a Linux system for all the different services and command line tools.
Broken before Analysis Cockpit Installation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If you have set a wrong proxy before the package installation using the
**sudo nextronInstaller -cockpit** command and the installer failed to
fetch the required packages from our update servers, perform the
following steps.
If you have set a wrong proxy while the Debian setup and the connectivity test fails,
edit the proxy settings in the Web GUI of the NEXTRON Universal Installer:

Fix the proxy string in the file ``/etc/apt/apt.conf.d/00proxy``
``Settings`` > ``Proxy``

.. code:: console

nextron@cockpit:~$ sudoedit /etc/apt/apt.conf.d/00proxy

Then rerun the installer.
Then rerun the connectivity test.

Broken after the Analysis Cockpit Installation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down