Files
securityonion/salt/suricata/cron/surilogcompress
2020-06-25 12:56:26 -04:00

6 lines
184 B
Bash

#!/bin/bash
# Gzip the eve logs
find /nsm/suricata/eve*.json -type f -printf '%T@\t%p\n' | sort -t $'\t' -g | head -n -1 | cut -d $'\t' -f 2- | xargs nice gzip
# TODO Add stats log