logging icon indicating copy to clipboard operation
logging copied to clipboard

An ansible role which configures logging.

Results 9 logging issues
Sort by recently updated
recently updated
newest added

This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.

I noticed that there's a different approach to configure RELP vs TCP/UDP even though it is quite similar. E.g. different port(s) definition, different keys definition. Theoretically, there should be just...

The issue was brought up in testing the value of rsyslog_version. Instead of checking the value itself, we should test the behaviour derived from the value. But the scenario is...

Need ability to set up an output using omamqp1 - https://github.com/rsyslog/rsyslog/tree/master/contrib/omamqp1 Should be added to RHEL 8.2 - https://bugzilla.redhat.com/show_bug.cgi?id=1713427

are there any plans to also integrate with journald/auditd to enable remote logging and/or general configuration or would you see this as independent roles?

Copying: The ability to copy logs to multiple destinations. For example, I want to send a copy of my records both to the viaq elasticsearch and some other destination such...

enhancement

In other roles we remove the files relevant for the role in case they where removed from the logging_output_list or in case rsyslog_enabled is false. What do we want to...

help wanted

Cause: During the "Reset original confs" step, the role tried to remove packages like `rsyslog` or `iproute`. Consequence: Removal may fail because other packages require them (such as dhcp-client requiring...

There is a new QEMU based test which uses the qemu/kvm capability of github action runners. This is the basis for new bootc/image mode tests which we will be rolling...

blocked