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

Optionally send Stdout/Stdin from interactive runs to CloudWatch logs. #757

Merged
merged 3 commits into from
Feb 12, 2016

Conversation

ejholmes
Copy link
Contributor

This enables you to configure Empire to send logs from interactive runs (e.g. emp run bash) to CloudWatch logs for storage/auditing.

This also adds a URL to view the logs in the event stream, so for example, in slack you might see:

ejholmes ran `bash` (attached) on api (logs)

cli.StringFlag{
Name: FlagRunLogsBackend,
Value: "",
Usage: "The backend implementation to use to record the logs from interactive runs",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth mentioning we only support cloudwatch for now?

@phobologic
Copy link
Contributor

👍 So cool, just a few help comments.

ejholmes added a commit that referenced this pull request Feb 12, 2016
Optionally send Stdout/Stdin from interactive runs to CloudWatch logs.
@ejholmes ejholmes merged commit 3d3e954 into master Feb 12, 2016
@ejholmes ejholmes deleted the cloudwatch branch February 12, 2016 02:37
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

Successfully merging this pull request may close these issues.

None yet

2 participants