Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created March 23, 2019 03:49
Show Gist options
  • Select an option

  • Save 100daysofdevops/0653f45690c0de761fb763f17650a37d to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/0653f45690c0de761fb763f17650a37d to your computer and use it in GitHub Desktop.
{
"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