Patch - Log Retention: Difference between revisions

From Edge Threat Management Wiki - Arista
Jump to navigationJump to search
(Created page with "= What it is = While you are able to set the log retention in the UI, the backend functionality does not work. = Target Version = 17.0.0 = How to run = <code> curl -s -k...")
 
No edit summary
 
Line 10: Line 10:


<code>
<code>
curl -s -k https://downloads.untangle.com/public/patches/17.0.0/logrotate_patch.sh.tgz | tar -xz && ./logrotate_patch.sh
curl -s -k https://downloads.untangle.com/public/patches/17.0.0/logrotate_patch.sh.tgz | tar -xfz && ./logrotate_patch.sh
</code>
</code>

Latest revision as of 17:56, 9 April 2024

What it is

While you are able to set the log retention in the UI, the backend functionality does not work.

Target Version

17.0.0

How to run

curl -s -k https://downloads.untangle.com/public/patches/17.0.0/logrotate_patch.sh.tgz | tar -xfz && ./logrotate_patch.sh