Skip to content

Commit

Permalink
Add s3 logging example to Ansible test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Seiffert committed May 29, 2018
1 parent 4b5633b commit fae4419
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,18 @@
restart;
}
}
s3s:
- name: s3-logging
access_key: abc123
secret_key: 123abc
bucket_name: logging-bucket
domain: s3.amazonaws.com
format: "Y-%m-%dT%H:%M:%S}t %h \"%r\" %>s %b"
format_version: 1
gzip_level: 3
message_type: blank
path: foo/bar
period: 60
redundancy: 2
timestamp_format: "%Y-%m-%dT%H:%M:%S.000"

0 comments on commit fae4419

Please sign in to comment.