Skip to content

Commit

Permalink
log retention default 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisghill committed Oct 30, 2023
1 parent ae82bc3 commit 2d127b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Form input parameters for configuring a bundle for deployment.
- **`enabled`** *(boolean)*: Enables EKS Fargate. Default: `False`.
- **`k8s_version`** *(string)*: The version of Kubernetes to run. Must be one of: `['1.22', '1.23', '1.24', '1.25', '1.26', '1.27']`. Default: `1.27`.
- **`monitoring`** *(object)*
- **`control_plane_log_retention`** *(integer)*: Duration to retain control plane logs in AWS Cloudwatch (Note: control plane logs do not contain application or container logs).
- **`control_plane_log_retention`** *(integer)*: Duration to retain control plane logs in AWS Cloudwatch (Note: control plane logs do not contain application or container logs). Default: `7`.
- **One of**
- 7 days
- 30 days
Expand Down
1 change: 1 addition & 0 deletions massdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ params:
type: integer
title: Control Plane Log Retention
description: "Duration to retain control plane logs in AWS Cloudwatch (Note: control plane logs do not contain application or container logs)"
default: 7
oneOf:
- title: 7 days
const: 7
Expand Down

0 comments on commit 2d127b2

Please sign in to comment.