Skip to content

Commit

Permalink
Merge pull request #579 from airbnb/jacknaglieri-default-cluster-update
Browse files Browse the repository at this point in the history
[conf] update default prod cluster
  • Loading branch information
jacknagz authored Jan 22, 2018
2 parents 19a9dba + 2a23531 commit 3e473a8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions conf/clusters/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"id": "prod",
"modules": {
"cloudtrail": {
"enabled": true
"enable_logging": true
},
"cloudwatch_monitoring": {
"enabled": true
"enabled": true,
"kinesis_alarms_enabled": true,
"lambda_alarms_enabled": true
},
"kinesis": {
"firehose": {
"enabled": true,
"s3_bucket_suffix": "streamalert.results"
},
"streams": {
"create_user": true,
"retention": 24,
"shards": 1
}
},
"kinesis_events": {
"enabled": true
"enabled": true,
"batch_size": 100
},
"stream_alert": {
"alert_processor": {
Expand Down

0 comments on commit 3e473a8

Please sign in to comment.