OBSDOCS-1772: Document RFC5424 default field mappings (6.3-6.6) - #116468
OBSDOCS-1772: Document RFC5424 default field mappings (6.3-6.6)#116468johnwilkins wants to merge 1 commit into
Conversation
|
@johnwilkins: This pull request references OBSDOCS-1772 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Add documentation for default RFC5424 field mappings in syslog forwarding procedure for Logging 6.3-6.6. In Logging 6, the RFC5424 syslog format uses new default values for APP-NAME, PROCID, and MSGID fields that differ from previous versions. This helps users understand what values are populated when they don't explicitly set these fields. Changes: - Create new CONCEPT module for RFC5424 default field mappings (DITA compliant - concept module separate from procedure) - Add table documenting default field mappings by log source type (infrastructure journal/container, application, audit) - Include note about field length limits and truncation behavior - Include new module in configuring-log-forwarding assembly Testing: - Vale: 0 errors, 0 warnings - Local prow validation: All assemblies and portal builds passed - DITA compliance: Verified with separate CONCEPT module Signed-off-by: John Wilkins <jowilkin@redhat.com>
d590a68 to
5cd8669
Compare
|
🤖 Fri Jul 24 18:48:11 - Prow CI generated the docs preview: |
|
@johnwilkins: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Compared to github.com//pull/116467 I see that here there is no indentation of sections:
|
Summary
Documents the default RFC5424 field mappings for syslog outputs in Logging 6.3-6.6.
This PR adds documentation for the default values that the collector uses for
APP-NAME,PROCID, andMSGIDfields when using RFC5424 syslog protocol. These defaults were introduced in Logging 6.0 but were not previously documented.Note: This PR complements #116467, which adds the same documentation plus a breaking change notice in the 6.2.0 release notes. This PR is for the main logging docs (versions 6.3-6.6).
Changes
Testing
Versions
6.6, 6.5, 6.4, 6.3 (#116467 handles 6.2)
JIRA
Fixes: https://redhat.atlassian.net/browse/OBSDOCS-1772
Signed-off-by: John Wilkins jowilkin@redhat.com