Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-2604

Wrong value and definition for legacy syslog hostname

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • OpenShift 4.7
    • OpenShift 4.7 Async
    • Logging
    • None
    • devex docs #197 Feb 11-Mar 4
    • 3
    • Undefined
    • ---
    • ---

      [URL]
      https://github.com/openshift/openshift-docs/blob/enterprise-4.7/modules/cluster-logging-collector-legacy-syslog.adoc

      [ISSUE]
      In the first sample syslog configuration file is pretty well defined the value for hostname:

      ~~~
      hostname ${hostname}
      ~~~

      But, in the procedure for creating the file, it's wrong, it's possible to read

      ~~~
      hostname <host> (4)
      ~~~

      And it should be:

      ~~~
      hostname ${hostname}
      ~~~

      Since, this is indicating the name of the client.

      On the other hand, it's possible to read:

      ~~~
      Specify a name for this syslog server.
      ~~~

      This is wrong, since, as it was indicated, this is the name of the client and not the name of the syslog server, then, my recommendation should be delete completely that line.

      [1]

            rdlugyhe Rolfe Dlugy-Hegwer
            rhn-support-ocasalsa Oscar Casal Sanchez
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: