Skip to content

Commit

Permalink
docs: add retention doc (#2892)
Browse files Browse the repository at this point in the history
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
Lou1415926 authored Oct 4, 2021
1 parent 291a0ca commit 8b089d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/content/docs/include/logging.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<a id="logging" href="#logging" class="field">`logging`</a> <span class="type">Map</span>
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)).

<span class="parent-field">logging.</span><a id="retention" href="#logging-retention" class="field">`retention`</a> <span class="type">Integer</span>
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.

<span class="parent-field">logging.</span><a id="logging-image" href="#logging-image" class="field">`image`</a> <span class="type">Map</span>
Optional. The Fluent Bit image to use. Defaults to `amazon/aws-for-fluent-bit:latest`.

Expand Down

0 comments on commit 8b089d3

Please sign in to comment.