Skip to content

Commit 8b089d3

Browse files
authored
docs: add retention doc (#2892)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
1 parent 291a0ca commit 8b089d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/content/docs/include/logging.en.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<a id="logging" href="#logging" class="field">`logging`</a> <span class="type">Map</span>
44
The logging section contains log configuration parameters for your container's [FireLens](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html) log driver (see examples [here](../developing/sidecars.en.md#sidecar-patterns)).
55

6+
<span class="parent-field">logging.</span><a id="retention" href="#logging-retention" class="field">`retention`</a> <span class="type">Integer</span>
7+
Optional. The number of days to retain the log events. See [this page](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-retentionindays) for all accepted values. If omitted, the default is 30.
8+
69
<span class="parent-field">logging.</span><a id="logging-image" href="#logging-image" class="field">`image`</a> <span class="type">Map</span>
710
Optional. The Fluent Bit image to use. Defaults to `amazon/aws-for-fluent-bit:latest`.
811

0 commit comments

Comments
 (0)