You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this module only supports logging configuration using an s3 bucket. On top of that, the way this module is configuring logging is in process to being deprecated (Check here From the official terraform documentation for the aws_redshift_cluster rescource).
We would like to have support to configure logging with cloudwatch and be able to configure the log_exports exported log types for redshift.
Expected Behavior
A logging with cloudwatch is configured through some variables.
Use Case
I'm migrating some old infrastructure to cloudposse modules, and found that I wasn't able to configure the existing logging behaviour using this module.
Describe Ideal Solution
The ideal solution will have another 2 variables, logging_log_destination_type and logging_log_exports.
The first (logging_log_destination_type) will allow setting either s3 or cloudwatch as the destination type. In the case s3 is selected, then the existing variables logging_bucket_name and logging_s3_key_prefix will take effect, otherwise those values don't need to be configured.
logging_log_exportsonly applies when cloudwatch is selected as logging_log_destination_type and will allow to select the exported log types.
Ideally, this new behaviour is managed via the new aws_redshift_logging terraform resource, replacing the current implementation here
Alternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
Currently this module only supports logging configuration using an s3 bucket. On top of that, the way this module is configuring logging is in process to being deprecated (Check here From the official terraform documentation for the
aws_redshift_cluster
rescource).We would like to have support to configure logging with cloudwatch and be able to configure the
log_exports
exported log types for redshift.Expected Behavior
A logging with cloudwatch is configured through some variables.
Use Case
I'm migrating some old infrastructure to cloudposse modules, and found that I wasn't able to configure the existing logging behaviour using this module.
Describe Ideal Solution
The ideal solution will have another 2 variables,
logging_log_destination_type
andlogging_log_exports
.The first (
logging_log_destination_type
) will allow setting eithers3
orcloudwatch
as the destination type. In the cases3
is selected, then the existing variableslogging_bucket_name
andlogging_s3_key_prefix
will take effect, otherwise those values don't need to be configured.logging_log_exports
only applies whencloudwatch
is selected aslogging_log_destination_type
and will allow to select the exported log types.Ideally, this new behaviour is managed via the new
aws_redshift_logging
terraform resource, replacing the current implementation hereAlternatives Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: