Created
March 23, 2019 03:49
-
-
Save 100daysofdevops/0653f45690c0de761fb763f17650a37d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cloudwatch.endpoint": "monitoring.us-west-2.amazonaws.com", | |
| "cloudwatch.emitMetrics": true, | |
| "firehose.endpoint": "firehose.us-west-2.amazonaws.com", | |
| "awsAccessKeyId": "", | |
| "awsSecretAccessKey": "", | |
| "flows": [ | |
| { | |
| "filePattern": "/var/log/httpd/access_log", | |
| "deliveryStream": "apachelogstream", | |
| "dataProcessingOptions": [ | |
| { | |
| "initialPostion": "START_OF_FILE", | |
| "maxBufferAgeMillis":"2000", | |
| "optionName": "LOGTOJSON", | |
| "logFormat": "COMBINEDAPACHELOG" | |
| }] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment