-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add log service support #11
Comments
@bertrand-quenin You're getting very close with the basic log service. Please use the Go ahead and start adding the log stream support as well that we've been discussing in the Observability document on Google Drive. The goal is to be able to start a service with a few replicas and be able to get access to a multiplexed log stream from the CLI. You should be able to automate testing based on capturing one of the existing swarm services. Please don't forget to remove the code we don't need right now per this comment. |
@bertrand-quenin Thanks for a nice job. I'm going to close this issue now. We can open new issues for specific enhancements, etc. |
Add an rpc service for querying logs stored in elasticsearch. Provide support for queries with various filter criteria. Provide a cli
logs
command for querying the service.Our concept of log collation corresponds to Docker Cloud's log multiplexing and is very similar to the work that @generalhenry worked on with
amp-log-service
. @freignat91 will be working on the log producer side and adding the cli interface for it (see #15). See Docker Cloud's docs for comparison (we intend to provide range queries, filtering, etc).The text was updated successfully, but these errors were encountered: