-
Notifications
You must be signed in to change notification settings - Fork 17
Addresses "<OS> must be configured to forward audit records via TCP to a different system or media from the system being audited via rsyslog" finding #619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Duplicative automation, but prevents repeated configuration content *in* the possible target files
If a site actually uses rsyslog for log-data offload, pull the destination from Pillar
Member
Author
Testing output:Content executes on Red Hat and Oracle Enterprise Linux, Alma and Rocky Linux and CentOS Stream 9. Testing-outup from Alma Linux 9 shown. Pillar-Value not declared:----------
ID: ALMA-09-053040-description
Function: test.show_notification
Result: True
Comment: ----------------------------------------
STIG Finding ID: ALMA-09-053040
The OS must be configured to forward
audit records via TCP to a different
system or media from the system
being audited via rsyslog
----------------------------------------
Started: 16:34:31.118517
Duration: 0.796 ms
Changes:
----------
ID: No Collector Specified (ALMA-09-053040)
Function: test.show_notification
Result: True
Comment: No syslog collector hostname/IP found in Pillar-data
Started: 16:34:31.119452
Duration: 0.524 ms
Changes:
----------
ID: Re-read rsyslog configuration-options (ALMA-09-053040)
Function: service.running
Name: rsyslog.service
Result: True
Comment: The service rsyslog.service is already running
Started: 16:34:31.135215
Duration: 2023.537 ms
Changes:
------------Pillar-Value declared:Value not set anywhere (
|
eemperor
reviewed
Jan 16, 2026
eemperor
approved these changes
Jan 16, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If the
ash-linux:lookup:rsyslog:collector_hostPillar value is set, this automation will attempt to configure thersyslogservice to forward all logged activity to the host declared via theash-linux:lookup:rsyslog:collector_hostPillar value.Closes #555