Skip to content

Commit ddd99ac

Browse files
acurus-puppetmasterdavejrt
authored andcommitted
Update readme for aws logging options (#459)
* wip: updated README to include aws logging option details added in pull request #354 * wip: corrected formatting * wip: corrected formatting
1 parent e59ec60 commit ddd99ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,7 @@ Valid values:
12711271
* `gelf`: Graylog Extended Log Format (GELF) logging driver that writes log messages to a GELF endpoint: Graylog or Logstash.
12721272
* `fluentd`: fluentd logging driver that writes log messages to fluentd (forward input).
12731273
* `splunk`: Splunk logging driver that writes log messages to Splunk (HTTP Event Collector).
1274+
* `awslogs`: AWS Cloudwatch logging driver that writes log messages to a AWS Cloudwatch LogStream
12741275

12751276
#### `log_opt`
12761277

@@ -1287,6 +1288,7 @@ Valid values:
12871288
* `gelf`: gelf-address=udp://host:port, gelf-tag="some_tag"
12881289
* `fluentd`: fluentd-address=host:port, fluentd-tag={{.ID}} - short container id (12 characters), {{.FullID}} - full container id, {{.Name}} - container name
12891290
* `splunk`: splunk-token=<splunk_http_event_collector_token>, splunk-url=https://your_splunk_instance:8088|
1291+
* `awslogs`: awslogs-group=<cloudwatch_log_group>, awslogs-stream=<cloudwatch_log_stream>, awslogs-create-group=true|false, awslogs-datetime-format=<strftime_date_format>, awslog-multiline-pattern=<multiline_start_regexp_pattern>, tag={{.ID}} - short container id (12 characters), {{.FullID}} - full container id, {{.Name}} - container name
12901292

12911293
#### `selinux_enabled`
12921294

0 commit comments

Comments
 (0)