Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai3
float
Commits
5d9fb6f3
Commit
5d9fb6f3
authored
Jan 10, 2021
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base: rsyslog force incoming as default ruleset
parent
52fdceab
Pipeline
#10507
passed with stage
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
roles/base/templates/rsyslog.conf.j2
roles/base/templates/rsyslog.conf.j2
+4
-0
No files found.
roles/base/templates/rsyslog.conf.j2
View file @
5d9fb6f3
...
...
@@ -75,6 +75,10 @@ ruleset(name="incoming") {
)
}
# The 'imklog' module before rsyslog 8.2008 always uses the default ruleset.
# Force 'incoming' as the default ruleset to catch kernel messages as well.
$DefaultRuleset incoming
# Use the journald syslog forwarding socket, instead of reading
# directly from the journal via the imjournal module. Some of the
# reasons for this are mentioned in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment