You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
I have a log file at /var/splunk/journald
journal logs are converted into text and directed to this file.
I defined log rotation policy for this file at /etc/logrotate.d/journalLogs.conf
/var/splunk/journald {
daily
rotate 3
size 10M
compress
delaycompress
}
Current size of this log file is
On executing logrotate -d /etc/logrotate.d/journalLogs.conf; output is
but, ls -al /var/splunk returns
Where are the rotated log files???
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a log file at /var/splunk/journald
journal logs are converted into text and directed to this file.
I defined log rotation policy for this file at /etc/logrotate.d/journalLogs.conf
/var/splunk/journald {
daily
rotate 3
size 10M
compress
delaycompress
}
Current size of this log file is
On executing logrotate -d /etc/logrotate.d/journalLogs.conf; output is
but, ls -al /var/splunk returns
Where are the rotated log files???
The text was updated successfully, but these errors were encountered: