Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Objects and states to identify active logging_service services -->
<linux:systemdunitproperty_object id="obj_{{{ rule_id }}}_logging_services" version="1"
comment="All active logging_service services">
<linux:unit operation="pattern match">^(rsyslog|systemd-journald).service$</linux:unit>
<linux:unit operation="pattern match">^(rsyslog|syslog-ng|systemd-journald).service$</linux:unit>
<linux:property>ActiveState</linux:property>
<filter action="include">ste_{{{ rule_id }}}_logging_services</filter>
</linux:systemdunitproperty_object>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: 'Ensure One Logging Service Is In Use'
description: |-
Ensure that a logging system is active and in use.
<pre>
systemctl is-active rsyslog systemd-journald
systemctl is-active rsyslog syslog-ng systemd-journald
</pre>
The command should return at least one <tt>active</tt>.

Expand Down
Loading