taupage icon indicating copy to clipboard operation
taupage copied to clipboard

THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED - The base Amazon Machine Image (AMI) allowing dockerized applications to run with STUPS

Results 50 taupage issues
Sort by recently updated
recently updated
newest added

The Scalyr config should include a label which is simply the `stack_name`. There is currently no easy way to filter logs just for all versions of a specific stack if...

It would be nice to include custom fields specified under the `SenzaInfo` section in logs as a field/column. **The use case** We have separate `senza.yaml` files with the same `SenzaInfo.StackName`...

enhancement

"You need to be logged in (mai login)" ... should be zaws now, no?

The `/var/log` is mounted on the root partition. This way, it's easy to kill an instance by writing too many logs or due to bugs in the application/3rd party libraries....

enhancement

Right now multi_line_start_pattern can only be the default one. Sometimes it'd be a nice feature to gather traceback lines into a single log message. My feature request is this change...

For maintenance/emergency we need to be able to start a AWS EC2 node and not immediately run the Docker container/image to get enough time for manual intervention. I would expect...

enhancement
important

It would be nice to be able to configure [scalyr serverHost](https://github.com/zalando-stups/taupage/blob/e33826259/runtime/opt/taupage/init.d/01-register-scalyr-agent.sh#L51) e.g. ``` yaml scalyr_server_host: "{{Arguments.ApplicationId}}-{{Arguments.version}}" ``` Which would default as current value `{{Arguments.ApplicationId}}` My use case is to easily...

enhancement

Would it be possible to also allow port ranges to be defined within the configuration? Currently only single port assignments are supported.

enhancement

Hi, I'm not seeing any mention of a required IAM instance profile with an attached policy to allow sending logs to cloudwatch documented at http://stups.readthedocs.io/en/latest/components/taupage.html#cloudwatch-logs I would assume `logs:CreateLogStream` and...