-
Notifications
You must be signed in to change notification settings - Fork 254
CLDSRV-815: Reduce server access log size #6041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello dvasilas,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
8b04327 to
735f8bf
Compare
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
Leverage JSON.stringify's omission of undefined fields.
clientPort and httpURL are not used neither by S3 analytics not bucket logging.
Remove accountDisplayName field from server access logs as it was redundant with accountName. Both fields were populated from the same source (authInfo.getAccountDisplayName()) and always contained identical values.
735f8bf to
c022d57
Compare
|
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-815. Goodbye dvasilas. The following options are set: approve, create_integration_branches |
Reduces server access log size:
null/undefinedfieldsclientPortandhttpURL(not used by S3 analytics or bucket logging)accountDisplayName(value is always identical toaccountName). Fluentbit will copyaccountNametoaccountDisplayNameResults to ~25% size reduction.