OBSDOCS-3110: Document HTTP output format parameter#114512
Conversation
|
@johnwilkins: This pull request references OBSDOCS-3110 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. |
|
🤖 Fri Jul 03 18:55:39 - Prow CI generated the docs preview: |
JoaoBraveCoding
left a comment
There was a problem hiding this comment.
This is more of a collection docs but /lgtm
|
New changes are detected. LGTM label has been removed. |
Add format field to HTTP output configuration with json (default) and ndjson options. Use ndjson for systems that expect newline-delimited JSON format, such as VictoriaLogs. Signed-off-by: John Wilkins <jowilkin@redhat.com>
|
@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. |
Summary
Documents the new
formatparameter for HTTP outputs in ClusterLogForwarder, which allows users to specify the data format for logs sent to HTTP endpoints.Changes
Modified Module:
formatfield documentation and exampleFormat Options
json(default) - Standard JSON formatndjson- Newline-delimited JSON for systems that process logs line by lineUse Case
The
ndjsonformat is required for systems like VictoriaLogs and other log aggregation platforms that expect newline-delimited JSON format instead of standard JSON arrays.Example
Testing
Related
Signed-off-by: John Wilkins jowilkin@redhat.com
🤖 Generated with Claude Code