Skip to content
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

Noobaa/Bucket Logging : syslog service for log transfer #1249

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

aspandey
Copy link
Contributor

@aspandey aspandey commented Nov 10, 2023

Whenever an object operation comes to endpoint, handle_request function process it and logs it to its /var/log/messages.

We need these logs to be sent on noobaa core so that we can process it further and accordingly write it to log bucket as log objects.

In this code change we are creating a service noobaa-syslog. We will send logs from end point to this service which in turn deliver it to noobaa core.

Credit goes to [email protected] for the code contribution.

@aspandey aspandey requested a review from alphaprinz November 10, 2023 09:39
@aspandey aspandey force-pushed the syslog-service branch 4 times, most recently from 10d53b4 to 1d6e5f8 Compare November 14, 2023 08:39
@aspandey aspandey self-assigned this Dec 6, 2023
Whenever an object operation comes to endpoint, handle_request
function process it and logs it to its /var/log/messages.

We need these logs to be sent on noobaa core so that we can process
it further and accordingly write it to log bucket as log objects.

In this code change we are creating a service noobaa-syslog. We will
send logs from end point to this service which in turn deliver it to
noobaa core.

Credit goes to [email protected] for the code contribution.

Signed-off-by: Ashish Pandey <[email protected]>
@aspandey aspandey merged commit 234137e into noobaa:master Jan 24, 2024
13 checks passed
@aspandey aspandey deleted the syslog-service branch January 24, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants