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

Wanted launcher log shipping #1317

Closed
2 of 3 tasks
directionless opened this issue Aug 30, 2023 · 1 comment
Closed
2 of 3 tasks

Wanted launcher log shipping #1317

directionless opened this issue Aug 30, 2023 · 1 comment

Comments

@directionless
Copy link
Contributor

directionless commented Aug 30, 2023

Right now, agent logs are wholly local. And this makes it hard for us to get data. It would be great if we could ship the logs to our central log stores. But, there are several things we need to get there...

The end goals:

  • Deployed agents should sent logs of error and higher to our central log store
  • Should be able to adjust shipping level as needed (eg: use control actions to say "send me info logs")
  • Should be able to replay recent logs. This would support something like "on failure to start, ship all debug logs"

This has several prerequisites.

  1. ship logs to http endpoint #1228
  2. logrouter This allows us to split the customer logs from the debug logs
  3. Control actions to adjust log filters
@directionless
Copy link
Contributor Author

We don't have replay, but we do have log shipping. Even with some capture from the beginning. Woo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant