Skip to content
Snippets Groups Projects
Verified Commit f7f7ccd9 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

change to s_local_journald

parent 7b94de97
Branches
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ options {
# Logs may come from unix stream, but not from another machine.
#
source s_local {
source s_local_journald {
systemd-journal();
internal();
};
......@@ -158,15 +158,15 @@ filter f_auth { facility(auth); };
########################
# Local console
log { source(s_local); filter(f_console); destination(d_console_all); };
log { source(s_local); filter(f_crit); destination(d_console); };
log { source(s_local_journald); filter(f_console); destination(d_console_all); };
log { source(s_local_journald); filter(f_crit); destination(d_console); };
# make auth.log
log { source(s_local); filter(f_auth); destination(d_authlog); };
log { source(s_local_journald); filter(f_auth); destination(d_authlog); };
# Remote log collector (KSZK)
log {
source(s_local);
source(s_local_journald);
source(s_local_net);
# filter(f_no_sensitive);
destination(d_kszk_log_collector);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment