OBSDOCS-2747: Fix syslog receiver verification to use logger instead of curl#114581
OBSDOCS-2747: Fix syslog receiver verification to use logger instead of curl#114581johnwilkins wants to merge 2 commits into
Conversation
|
@johnwilkins: This pull request references OBSDOCS-2747 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. |
…of curl Replace incorrect curl command with proper logger command for testing syslog receiver. The curl command sends HTTP requests, not syslog messages. Versions: 6.6, 6.5, 6.4, 6.3 Signed-off-by: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: John Wilkins <jowilkin@redhat.com>
- Add [role="_abstract"] to abstract paragraph - Replace callout list with description list for YAML field explanations - Remove .Example output block title (not allowed in DITA) Signed-off-by: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: John Wilkins <jowilkin@redhat.com>
|
🤖 Thu Jul 02 19:45:05 - 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. |
|
LGTM |
Summary
Fix incorrect verification command for syslog receiver configuration. The documentation was using
curlto test a syslog receiver, which is incorrect because curl sends HTTP requests, not syslog messages.Changes:
loggercommand that uses the syslog protocolVersions: 6.6, 6.5, 6.4, 6.3 (cherry-pick needed)
JIRA: https://redhat.atlassian.net/browse/OBSDOCS-2747
Signed-off-by: John Wilkins jowilkin@redhat.com