LOG-7892: support format parameter for http sink#3074
LOG-7892: support format parameter for http sink#3074openshift-merge-bot[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
@AndrewChubatiuk: This pull request explicitly references no 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. |
|
Hi @AndrewChubatiuk. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
/ok-to-test |
|
/hold |
51ccd76 to
2e5417c
Compare
85b5c6b to
fdc25c0
Compare
|
@AndrewChubatiuk are you still interested in submitting this contribution? If so, we'll need to create a tracking issue and review the API |
fdc25c0 to
e7abcaa
Compare
yes, interested in this as well |
e7abcaa to
85bd3c0
Compare
|
/retitle LOG-7892: support NDJSON for http sink |
|
@AndrewChubatiuk: This pull request references LOG-7892 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.8.0" version, but no target version was set. 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. |
8d8aa0f to
d81fe1f
Compare
|
@AndrewChubatiuk: This pull request references LOG-7892 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.8.0" version, but no target version was set. 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. |
|
@AndrewChubatiuk: This pull request references LOG-7892 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.8.0" version, but no target version was set. 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. |
a414703 to
794defb
Compare
0749e6f to
a83ccfa
Compare
|
/test images |
|
/retest |
|
/hold cancel |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndrewChubatiuk, jcantrill The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/test functional-target |
|
/retest |
a83ccfa to
d98c826
Compare
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
|
/retest |
|
@AndrewChubatiuk: 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. |
Description
NDJSON (newline-delimited JSON) allows to send log events in a streaming fashion which results in a smaller memory footprint on a receiver side. Added
formatargument for HTTP sink, that acceptsjsonandndjsonvalues to support NDJSON data ingestion/cc @Clee2691 @cahartma @jcantrill
/assign @jcantrill