Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-19046

fix: avoid conf of RatelimitBurst when RatelimitInterval is zero

    • rhel-system-roles-1.23.0-2.4.el9
    • sst_system_roles
    • 15
    • 16
    • QE ack, Dev ack
    • False
    • Hide

      None

      Show
      None
    • Yes
    • Red Hat Enterprise Linux
    • Enhancement
    • Hide
      .`ratelimit_burst` variable is only used if `ratelimit_interval` is set in `logging` system role

      Previously, in the `logging` RHEL System Role, when the `ratelimit_interval` variable was not set, the role would use the `ratelimit_burst` variable to set the rsyslog `ratelimit.burst` setting. But it had no effect because it is also required to set `ratelimit_interval`.

      With this enhancement, if `ratelimit_interval` is not set, the role does not set `ratelimit.burst`. If you want to set `ratelimit.burst`, you must set both `ratelimit_interval` and `ratelimit_burst` variables.
      Show
      .`ratelimit_burst` variable is only used if `ratelimit_interval` is set in `logging` system role Previously, in the `logging` RHEL System Role, when the `ratelimit_interval` variable was not set, the role would use the `ratelimit_burst` variable to set the rsyslog `ratelimit.burst` setting. But it had no effect because it is also required to set `ratelimit_interval`. With this enhancement, if `ratelimit_interval` is not set, the role does not set `ratelimit.burst`. If you want to set `ratelimit.burst`, you must set both `ratelimit_interval` and `ratelimit_burst` variables.
    • Done

      Enhancement: As documented in main [rsyslog documentation](https://rsyslog.readthedocs.io/en/latest/configuration/modules/imjournal.html), `ratelimit.burst` have some sense only when `ratelimit.interval` is configured and different from zero.

      Reason: Improve `ratelimit.burst` configuration when `ratelimit.interval` is disable (equal to zero)

      Result: `ratelimit.burst` is not present when `ratelimit.interval` is disable (equal to zero)

      Issue Tracker Tickets (Jira or BZ if any):

            rmeggins@redhat.com Richard Megginson
            rmeggins@redhat.com Richard Megginson
            Richard Megginson Richard Megginson
            Vaclav Danek Vaclav Danek
            Apurva Bhide Apurva Bhide
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: