Skip to content

Commit

Permalink
fix command to create stream
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei-led committed May 15, 2023
1 parent 671180f commit 9bc1c1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ aws firehose create-delivery-stream \
Prefix=events/, \
ErrorOutputPrefix=errors/, \
S3BackupMode=Disabled, \
CloudWatchLoggingOptions={Enabled=false}, \
CloudWatchLoggingOptions={ \
Enabled=true, \
LogGroupName=/aws/kinesisfirehose/eks-lens, \
LogStreamName=DeliveryStream \
}, \
ProcessingConfiguration={Enabled=false}, \
DataFormatConversionConfiguration={ \
Enabled=true, \
Expand All @@ -108,7 +112,7 @@ aws firehose create-delivery-stream \
DatabaseName=eks-lens, \
TableName=events, \
Region=$AWS_REGION, \
VersionId=0 \
VersionId=LATEST \
} \
}" \
--region $AWS_REGION
Expand Down

0 comments on commit 9bc1c1b

Please sign in to comment.